Function SHA.T_0_15

Prototype

void T_0_15(
  int i,
  const(ubyte[64])* input,
  ref uint[16] W,
  uint A,
  ref uint B,
  uint C,
  uint D,
  uint E,
  ref uint T
);

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