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

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

#1965 in Cryptography

Download history 138/week @ 2024-06-08 15/week @ 2024-06-15 229/week @ 2024-06-22 15/week @ 2024-06-29 8/week @ 2024-07-27

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