Leosac  0.8.0
Open Source Access Control
ScryptResult Struct Reference

#include <Scrypt.hpp>

+ Collaboration diagram for ScryptResult:

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...
 

Detailed Description

Definition at line 45 of file Scrypt.hpp.

Member Function Documentation

◆ operator!=()

bool ScryptResult::operator!= ( const ScryptResult o) const

Definition at line 65 of file Scrypt.cpp.

◆ operator==()

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

Definition at line 60 of file Scrypt.cpp.

Member Data Documentation

◆ hash

std::vector<uint8_t> ScryptResult::hash

The hash.

Definition at line 63 of file Scrypt.hpp.

◆ p

ScryptParam ScryptResult::p

Parameters used to generated the hash.

Definition at line 53 of file Scrypt.hpp.

◆ salt

std::vector<uint8_t> ScryptResult::salt

Salt used for generation.

Definition at line 58 of file Scrypt.hpp.


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