Alias SHA1

SHA alias for SHA-1, hash is ubyte[20]

Declaration

module dauth.sha;

// ...
alias SHA1 = SHA!(512,160);
// ...

Authors

The routines and algorithms are derived from the Secure Hash Signature Standard (SHS) (FIPS PUB 180-2). Kai Nacke, Johannes Pfau, Nick Sabalausky

Copyright

License

Boost License 1.0