doc: Add crc32c subtree to developer notes

(cherry picked from commit bitcoin/bitcoin@7cf13a5134)
This commit is contained in:
Wladimir J. van der Laan 2019-11-07 13:42:44 +01:00 committed by Jack Grigg
parent d39fac9931
commit f0d57e8948
1 changed files with 4 additions and 0 deletions

View File

@ -338,6 +338,10 @@ Current subtrees include:
- **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) when
merging upstream changes to the LevelDB subtree.
- src/crc32c
- Used by leveldb for hardware acceleration of CRC32C checksums for data integrity.
- Upstream at https://github.com/google/crc32c ; Maintained by Google.
- src/secp256k1
- Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintained by Core contributors.