#include <gosthash.h>
Public Attributes | |
ghosthash_len | len |
gost_ctx * | cipher_ctx |
int | left |
byte | H [32] |
byte | S [32] |
byte | remainder [32] |
Definition at line 22 of file gosthash.h.
gost_ctx* gost_hash_ctx::cipher_ctx |
Definition at line 24 of file gosthash.h.
byte gost_hash_ctx::H[32] |
Definition at line 26 of file gosthash.h.
int gost_hash_ctx::left |
Definition at line 25 of file gosthash.h.
ghosthash_len gost_hash_ctx::len |
Definition at line 23 of file gosthash.h.
byte gost_hash_ctx::remainder[32] |
Definition at line 28 of file gosthash.h.
byte gost_hash_ctx::S[32] |
Definition at line 27 of file gosthash.h.