Skip to content

Commit

Permalink
doc: Add crc32c subtree to developer notes
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Jan 28, 2020
1 parent 24d02a9 commit 7cf13a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7cf13a5

Please sign in to comment.