digestifversion

Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5) and HMAC of them

Digestif is a toolbox to provide hashes implementations in C and OCaml.

It uses the linking trick and user can decide at the end to use the C implementation or the OCaml implementation from a shared interface. As a library, you should link with digestif, as an executable, you should choose between digestif.c or digestif.ocaml package.

We provides implementation of:

  • MD5
  • SHA1
  • SHA224
  • SHA256
  • SHA384
  • SHA512
  • BLAKE2B
  • BLAKE2S
  • RIPEMD160

And HMAC of them.

AuthorsEyyüb Sari <eyyub.sari@epitech.eu> and Romain Calascibetta <romain.calascibetta@gmail.com>
LicenseMIT
Published
Homepagehttps://github.com/mirage/digestif
Issue Trackerhttps://github.com/mirage/digestif/issues
MaintainersEyyüb Sari <eyyub.sari@epitech.eu> and Romain Calascibetta <romain.calascibetta@gmail.com>
Availablearch != "s390x"
Dependencies
Conflicts
Source [http] https://github.com/mirage/digestif/releases/download/v0.7/digestif-v0.7.tbz
md5=3311058c71e874cda1a9eda1b4f757be
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/digestif/digestif.0.7/opam
Required by
Optionally used by