nxt.digest.whirlpool

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.

Public Imports

std.digest
public import std.digest;
Undocumented in source.

Members

Aliases

WhirlpoolDigest
alias WhirlpoolDigest = WrapperDigest!Whirlpool

OOP API for Whirlpool

Functions

whirlpoolOf
auto whirlpoolOf(T data)

Convenience alias for digest function in std.digest using the Whirlpool implementation.

Structs

Whirlpool
struct Whirlpool

Template API Whirlpool implementation.

Meta