|
isomatch
|
#include <signatureConstants.h>
Public Member Functions | |
| OperConstants (uint32_t add, uint32_t lmul, uint32_t hmul, uint32_t lmod, uint32_t hmod) | |
| uint64_t | operator() (uint64_t v) const |
| Signs the hash. More... | |
Public Attributes | |
| uint32_t | add |
| uint32_t | lowMul |
| uint32_t | highMul |
| uint32_t | lowMod |
| uint32_t | highMod |
Holds constants values and an evaluation function to sign a given hash with those values.
|
inline |
| uint64_t signatureConstants::OperConstants::operator() | ( | uint64_t | v | ) | const |
Signs the hash.
| uint32_t signatureConstants::OperConstants::add |
| uint32_t signatureConstants::OperConstants::highMod |
| uint32_t signatureConstants::OperConstants::highMul |
| uint32_t signatureConstants::OperConstants::lowMod |
| uint32_t signatureConstants::OperConstants::lowMul |
1.8.13