Alias SHA256
SHA
alias for SHA
-256, hash is ubyte[32]
Declaration
module dauth.sha;
// ...
alias SHA256 = SHA!(512,256)
;
// ...
Authors
The routines and algorithms are derived from the Secure Hash Signature Standard (SHS) (FIPS PUB 180-2). Kai Nacke, Johannes Pfau, Nick Sabalausky