Leosac  0.8.0
Open Source Access Control
ScryptParam Struct Reference

#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
 

Detailed Description

Definition at line 35 of file Scrypt.hpp.

Member Function Documentation

◆ operator==()

bool ScryptParam::operator== ( const ScryptParam o) const

Definition at line 55 of file Scrypt.cpp.

Member Data Documentation

◆ len

uint32_t ScryptParam::len

Definition at line 42 of file Scrypt.hpp.

◆ N

uint64_t ScryptParam::N

Definition at line 39 of file Scrypt.hpp.

◆ p

uint32_t ScryptParam::p

Definition at line 41 of file Scrypt.hpp.

◆ r

uint32_t ScryptParam::r

Definition at line 40 of file Scrypt.hpp.


The documentation for this struct was generated from the following files: