Leosac
0.8.0
Open Source Access Control
|
#include <Scrypt.hpp>
Public Member Functions | |
bool | operator== (const ScryptResult &o) const |
bool | operator!= (const ScryptResult &o) const |
Public Attributes | |
ScryptParam | p |
Parameters used to generated the hash. More... | |
std::vector< uint8_t > | salt |
Salt used for generation. More... | |
std::vector< uint8_t > | hash |
The hash. More... | |
Definition at line 45 of file Scrypt.hpp.
bool ScryptResult::operator!= | ( | const ScryptResult & | o | ) | const |
Definition at line 65 of file Scrypt.cpp.
bool ScryptResult::operator== | ( | const ScryptResult & | o | ) | const |
Definition at line 60 of file Scrypt.cpp.
std::vector<uint8_t> ScryptResult::hash |
The hash.
Definition at line 63 of file Scrypt.hpp.
ScryptParam ScryptResult::p |
Parameters used to generated the hash.
Definition at line 53 of file Scrypt.hpp.
std::vector<uint8_t> ScryptResult::salt |
Salt used for generation.
Definition at line 58 of file Scrypt.hpp.