libbtc
bitcoinclibrary
Data Fields
aes_context Struct Reference

#include <aes.h>

Data Fields

uint_8t ksch [(N_MAX_ROUNDS+1)*N_BLOCK]
 
uint_8t rnd
 

Detailed Description

Definition at line 73 of file aes.h.

Field Documentation

uint_8t aes_context::ksch[(N_MAX_ROUNDS+1)*N_BLOCK]

Definition at line 75 of file aes.h.

Referenced by aes_decrypt(), aes_encrypt(), and aes_set_key().

uint_8t aes_context::rnd

Definition at line 76 of file aes.h.

Referenced by aes_decrypt(), aes_encrypt(), and aes_set_key().


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