XofAlgo Struct Reference

Common interface for XOF algorithms. More...

#include <crypto.h>

Data Fields

const char_tname
 
const uint8_t * oid
 
size_t oidSize
 
size_t contextSize
 
XofAlgoCompute compute
 
XofAlgoInit init
 
XofAlgoAbsorb absorb
 
XofAlgoFinal final
 
XofAlgoSqueeze squeeze
 

Detailed Description

Common interface for XOF algorithms.

Definition at line 1145 of file crypto.h.

Field Documentation

◆ absorb

XofAlgoAbsorb absorb

Definition at line 1153 of file crypto.h.

◆ compute

XofAlgoCompute compute

Definition at line 1151 of file crypto.h.

◆ contextSize

size_t contextSize

Definition at line 1150 of file crypto.h.

◆ final

XofAlgoFinal final

Definition at line 1154 of file crypto.h.

◆ init

Definition at line 1152 of file crypto.h.

◆ name

const char_t* name

Definition at line 1147 of file crypto.h.

◆ oid

const uint8_t* oid

Definition at line 1148 of file crypto.h.

◆ oidSize

size_t oidSize

Definition at line 1149 of file crypto.h.

◆ squeeze

XofAlgoSqueeze squeeze

Definition at line 1155 of file crypto.h.


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