Function SHA.T_SHA2_16_79

Prototype

void T_SHA2_16_79(Word)(
  int i,
  ref Word[16] W,
  Word A,
  Word B,
  Word C,
  ref Word D,
  Word E,
  Word F,
  Word G,
  ref Word H,
  Word K
);

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