-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH #9 - Replace MD5 checksum on blob with a safe hasher
- Replace MD5 with Blake2b with 32 bytes (256 bits) digest output. - To be more scalable on multi-core processor, move checksum calculation from the WAL thread to client threads. - Update examples/simple to store larger values (8KB).
- Loading branch information
1 parent
7094351
commit 6ab9623
Showing
5 changed files
with
170 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.