Electroneum
Typedefs | Enumerations | Functions
skein.h File Reference
#include "skein_port.h"
Include dependency graph for skein.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef size_t DataLength
 
typedef u08b_t BitSequence
 

Enumerations

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

Functions

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

Typedef Documentation

◆ BitSequence

◆ DataLength

typedef size_t DataLength

Enumeration Type Documentation

◆ HashReturn

enum HashReturn
Enumerator
SUCCESS 
FAIL 
BAD_HASHLEN 
SKEIN_SUCCESS 
SKEIN_FAIL 
SKEIN_BAD_HASHLEN 

Function Documentation

◆ skein_hash()

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