package blake2

  1. Overview
  2. Docs
Blake2 cryptography

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-blake2-v0.3.tar.gz
sha256=16fb4d70b1a312e2647782973a1cb61f8e63b493d8f9b17919ebbb5d12b84798
sha512=aeb641877b5c2055559ab99280590f2113c13dc51cf181dc42375ab8f0bf7aeaf9819e0f9c37f189f9203c6fc4e224659224c9066463f507c2ecd74f9231dc17

CHANGES.md.html

CHANGES.md

v0.1: Initial release out of Tezos' vendored libraries

v0.2:

  • Use Bytes instead of Bigstring

  • Separate original library code and C binding code

v0.3:

  • Port to dune 2