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 1186 of file crypto.h.

Field Documentation

◆ absorb

XofAlgoAbsorb absorb

Definition at line 1194 of file crypto.h.

◆ compute

XofAlgoCompute compute

Definition at line 1192 of file crypto.h.

◆ contextSize

size_t contextSize

Definition at line 1191 of file crypto.h.

◆ final

XofAlgoFinal final

Definition at line 1195 of file crypto.h.

◆ init

Definition at line 1193 of file crypto.h.

◆ name

const char_t* name

Definition at line 1188 of file crypto.h.

◆ oid

const uint8_t* oid

Definition at line 1189 of file crypto.h.

◆ oidSize

size_t oidSize

Definition at line 1190 of file crypto.h.

◆ squeeze

XofAlgoSqueeze squeeze

Definition at line 1196 of file crypto.h.


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