liboqs
Loading...
Searching...
No Matches
OQS_SHA2_sha512_ctx Struct Reference

#include <sha2_ops.h>

Data Fields

void * ctx
 
size_t data_len
 
uint8_t data [128]
 

Detailed Description

Data structure for the state of the SHA-512 incremental hashing API.

Field Documentation

◆ ctx

void* OQS_SHA2_sha512_ctx::ctx

Internal state.

◆ data

uint8_t OQS_SHA2_sha512_ctx::data[128]

unprocessed data buffer

◆ data_len

size_t OQS_SHA2_sha512_ctx::data_len

current number of bytes in data


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