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