Crate rs_whirlpool

Source
Expand description

ยงWhirlpool - rs_whirlpool - ISO/IEC 10118-3:2004

Important Note: This crate is still a work in progress and is not ready for consumption.

Whirlpool is a cryptographic hash function published by Vincent Rijmen and Paulo S. L. M. Barreto in 2000. It finds its applications in:

  • Ensuring data integrity.
  • Password hashing.
  • Secure communication protocols like Transport Layer Security (TLS), Secure Shell (SSH), Internet Protocol Security (IPSec), etc.

This crate implements Whirlpool as part of the RustyShield project.