#hashing #hmac #md5 #sha-1 #algorithm #hash

hashr

small library that aims to provide several hashing and related algorithms

3 releases

0.0.3 Jun 27, 2024
0.0.2 Jun 24, 2024
0.0.1 Jun 12, 2024

#1945 in Cryptography

21 downloads per month

MIT license

19KB
509 lines

hashr - Various hash algorithms in Rust

tests

Supported algorithms

  • sha1
  • hmac
  • hotp/totp
  • md5
  • sha256/224
  • sha512/384

Informations

The library might support other hashing algorithms, as well as encryption algorithms.

Warning : I am by no means an expert in cryptography. Of course the goal of the library is to follow the RFCs and test as well as I can but implementations might or might not be correct.

No runtime deps