magma_sha1_t Struct Reference
#include <openssl_sha1.h>
Data Fields | |
| uint32_t | a |
| uint32_t | b |
| uint32_t | c |
| uint32_t | d |
| uint32_t | e |
Detailed Description
data structure used in math key computations. since SHA1 keys are 20 bytes long and no native type can hold such a key, this structure fragment an SHA1 key into five unsigned 32bit integers.Field Documentation
| uint32_t magma_sha1_t::a |
first byte
| uint32_t magma_sha1_t::b |
second byte
| uint32_t magma_sha1_t::c |
third byte
| uint32_t magma_sha1_t::d |
fourth byte
| uint32_t magma_sha1_t::e |
fifth byte
The documentation for this struct was generated from the following file:
This file last modified Wednesday, 09-Jan-2008 20:02:40 CET