diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-11-07 13:42:44 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-01-28 17:01:48 +0100 |
commit | 7cf13a513409c18d18dff2f6203b3630937b487d (patch) | |
tree | a43002eca2120a650950e704335a9cbe92d7610a /doc | |
parent | 24d02a9ac00a82d172b171f73554a882df264c80 (diff) |
doc: Add crc32c subtree to developer notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 3ef35cfcfa..a82ecee7d8 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -858,6 +858,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. |