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

Field Documentation

◆ absorb

XofAlgoAbsorb absorb

Definition at line 1180 of file crypto.h.

◆ compute

XofAlgoCompute compute

Definition at line 1178 of file crypto.h.

◆ contextSize

size_t contextSize

Definition at line 1177 of file crypto.h.

◆ final

XofAlgoFinal final

Definition at line 1181 of file crypto.h.

◆ init

Definition at line 1179 of file crypto.h.

◆ name

const char_t* name

Definition at line 1174 of file crypto.h.

◆ oid

const uint8_t* oid

Definition at line 1175 of file crypto.h.

◆ oidSize

size_t oidSize

Definition at line 1176 of file crypto.h.

◆ squeeze

XofAlgoSqueeze squeeze

Definition at line 1182 of file crypto.h.


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