Whirlpool hashing algorithm implementation. This module conforms to the APIs defined in std.digest.
Based on the original Whirlpool implementation by Paulo S.L.M. Barreto and Vincent Rijmen.
OOP API for Whirlpool
Convenience alias for digest function in std.digest using the Whirlpool implementation.
Template API Whirlpool implementation.
See Source File
Whirlpool hashing algorithm implementation. This module conforms to the APIs defined in std.digest.
Based on the original Whirlpool implementation by Paulo S.L.M. Barreto and Vincent Rijmen.