We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d02a9 commit 7cf13a5Copy full SHA for 7cf13a5
doc/developer-notes.md
@@ -858,6 +858,10 @@ Current subtrees include:
858
- **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) when
859
merging upstream changes to the LevelDB subtree.
860
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
+
865
- src/secp256k1
866
- Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintained by Core contributors.
867
0 commit comments