nxt.digestx

Modules

adler
module nxt.digestx.adler

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

fnv
module nxt.digestx.fnv

FNV(Fowler-Noll-Vo) hash implementation.

tiger
module nxt.digestx.tiger

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

whirlpool
module nxt.digestx.whirlpool

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