Monero
Loading...
Searching...
No Matches
Typedefs | Enumerations | Functions
jh.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char BitSequence
 
typedef unsigned long long DataLength
 

Enumerations

enum  HashReturn { SUCCESS = 0 , FAIL = 1 , BAD_HASHLEN = 2 }
 

Functions

HashReturn jh_hash (int hashbitlen, const BitSequence *data, DataLength databitlen, BitSequence *hashval)
 

Typedef Documentation

◆ BitSequence

typedef unsigned char BitSequence

◆ DataLength

typedef unsigned long long DataLength

Enumeration Type Documentation

◆ HashReturn

enum HashReturn
Enumerator
SUCCESS 
FAIL 
BAD_HASHLEN 

Function Documentation

◆ jh_hash()

HashReturn jh_hash ( int hashbitlen,
const BitSequence * data,
DataLength databitlen,
BitSequence * hashval )