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

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

#2133 in Cryptography

Download history 8/week @ 2024-07-23 10/week @ 2024-09-10 3/week @ 2024-09-17 8/week @ 2024-09-24

130 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