Skip to content

Commit 7cf13a5

Browse files
committed
doc: Add crc32c subtree to developer notes
1 parent 24d02a9 commit 7cf13a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/developer-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,10 @@ Current subtrees include:
858858
- **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) when
859859
merging upstream changes to the LevelDB subtree.
860860

861+
- src/crc32c
862+
- Used by leveldb for hardware acceleration of CRC32C checksums for data integrity.
863+
- Upstream at https://github.com/google/crc32c ; Maintained by Google.
864+
861865
- src/secp256k1
862866
- Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintained by Core contributors.
863867

0 commit comments

Comments
 (0)