Function SHA.transformSHA2

Prototype

void transformSHA2(Word)(
  Word[8]* state,
  const(ubyte[blockSize/8])* block
);

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