dcrypt.crypto.digest

Undocumented in source.

Members

Classes

Digest
class Digest
Undocumented in source.
WrapperDigest
class WrapperDigest(T)
Undocumented in source.

Functions

testDigest
void testDigest(Digest d, string[] plaintext, string[] hashes)

Use this to tests Digest d with given input data and reference hashes.

Mixin templates

finish
mixintemplate finish()

Calculate the final hash value.

Templates

isDigest
template isDigest(T)
Undocumented in source.

Meta