EHS
|
#include <SHA256.h>
Public Member Functions | |
SHA256 () | |
SHA256 (SHA256 &&other) noexcept | |
SHA256 (const SHA256 &other) | |
SHA256 & | operator= (SHA256 &&other) noexcept |
SHA256 & | operator= (const SHA256 &other) |
void | Update (const Byte *data, UInt_64 len) |
void | Final (Byte hash[32]) |
void | Hash (const Byte *data, UInt_64 len, Byte hash[32]) |
ehs::SHA256::SHA256 | ( | ) |
|
noexcept |
ehs::SHA256::SHA256 | ( | const SHA256 & | other | ) |
void ehs::SHA256::Final | ( | Byte | hash[32] | ) |
void ehs::SHA256::Update | ( | const Byte * | data, |
UInt_64 | len ) |