digestx

Modules

adler
module digestx.adler

Adler-32 implementation. This module conforms to the APIs defined in std.digest.digest.

fnv
module digestx.fnv

FNV(Fowler-Noll-Vo) hash implementation. This module conforms to the APIs defined in std.digest.digest.

tiger
module digestx.tiger

Tiger algorithm implementation. This module conforms to the APIs defined in std.digest.digest.

whirlpool
module digestx.whirlpool

Whirlpool hashing algorithm implementation. This module conforms to the APIs defined in std.digest.digest.