hashr

Crates.iohashr
lib.rshashr
version0.0.3
sourcesrc
created_at2024-06-12 19:59:59.3371
updated_at2024-06-27 10:57:31.626884
descriptionsmall library that aims to provide several hashing and related algorithms
homepage
repository
max_upload_size
id1269942
size19,659
(xrjr)

documentation

README

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.

Commit count: 0

cargo fmt