secured.hash

Undocumented in source.

Members

Enums

HashAlgorithm
enum HashAlgorithm
Undocumented in source.

Functions

getHashLength
uint getHashLength(HashAlgorithm func)
Undocumented in source. Be warned that the author may not have intended to support it.
getOpenSSLHashAlgorithm
const(EVP_MD)* getOpenSSLHashAlgorithm(HashAlgorithm func)
Undocumented in source. Be warned that the author may not have intended to support it.
hash
ubyte[] hash(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
hash
ubyte[] hash(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
hash_ex
ubyte[] hash_ex(ubyte[] data, HashAlgorithm func)
Undocumented in source. Be warned that the author may not have intended to support it.
hash_ex
ubyte[] hash_ex(string path, HashAlgorithm func)
Undocumented in source. Be warned that the author may not have intended to support it.
hash_verify
bool hash_verify(ubyte[] test, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
hash_verify
bool hash_verify(string path, ubyte[] test)
Undocumented in source. Be warned that the author may not have intended to support it.
hash_verify_ex
bool hash_verify_ex(ubyte[] test, ubyte[] data, HashAlgorithm func)
Undocumented in source. Be warned that the author may not have intended to support it.
hash_verify_ex
bool hash_verify_ex(string path, HashAlgorithm func, ubyte[] test)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta