CryptoSys API
6.22.1
|
This is the complete list of members for crsysapi::Hash, including all inherited members.
AddData(bvec_t data) | crsysapi::Hash | |
AddData(std::string s) | crsysapi::Hash | |
Alg enum name | crsysapi::Hash | |
AlgName(Alg alg) | crsysapi::Hash | static |
BytesFromBytes(const bvec_t &data, Alg alg=Alg::Sha1) | crsysapi::Hash | static |
BytesFromFile(const std::string &fileName, Alg alg=Alg::Sha1) | crsysapi::Hash | static |
Final() | crsysapi::Hash | |
HexFromBits(const bvec_t &data, int dataBitLen, Alg alg=Alg::Sha1) | crsysapi::Hash | static |
HexFromBytes(const bvec_t &data, Alg alg=Alg::Sha1) | crsysapi::Hash | static |
HexFromFile(const std::string &fileName, Alg alg=Alg::Sha1) | crsysapi::Hash | static |
HexFromHex(const std::string &dataHex, Alg alg=Alg::Sha1) | crsysapi::Hash | static |
HexFromString(const std::string &s, Alg alg=Alg::Sha1) | crsysapi::Hash | static |
HexFromTextFile(const std::string &fileName, Alg alg=Alg::Sha1) | crsysapi::Hash | static |
Init(Alg alg) | crsysapi::Hash | |
LengthInBytes(Alg alg) | crsysapi::Hash | static |