Leosac
0.8.0
Open Source Access Control
|
#include <Scrypt.hpp>
Public Member Functions | |
bool | operator== (const ScryptParam &o) const |
Public Attributes | |
uint64_t | N |
uint32_t | r |
uint32_t | p |
uint32_t | len |
Definition at line 35 of file Scrypt.hpp.
bool ScryptParam::operator== | ( | const ScryptParam & | o | ) | const |
Definition at line 55 of file Scrypt.cpp.
uint32_t ScryptParam::len |
Definition at line 42 of file Scrypt.hpp.
uint64_t ScryptParam::N |
Definition at line 39 of file Scrypt.hpp.
uint32_t ScryptParam::p |
Definition at line 41 of file Scrypt.hpp.
uint32_t ScryptParam::r |
Definition at line 40 of file Scrypt.hpp.