diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-11-07 13:42:44 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2020-01-28 17:01:48 +0100 |
| commit | 7cf13a513409c18d18dff2f6203b3630937b487d (patch) | |
| tree | a43002eca2120a650950e704335a9cbe92d7610a /doc/developer-notes.md | |
| parent | build: Update build system for new leveldb (diff) | |
| download | discoin-7cf13a513409c18d18dff2f6203b3630937b487d.tar.xz discoin-7cf13a513409c18d18dff2f6203b3630937b487d.zip | |
doc: Add crc32c subtree to developer notes
Diffstat (limited to 'doc/developer-notes.md')
| -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 3ef35cfcf..a82ecee7d 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. |