Tiny Sha wrapper Element. More...
#include <epid/member/tiny/math/hashwrap.h>
Data Fields | |
| union { | |
| sha512_state sha512s | |
| The state of sha512 if supported. | |
| sha256_state sha256s | |
| The state of sha256 if supported. | |
| } | sha_state_t |
| Store state of hash algorithm. | |
| HashAlg | hash_alg |
| The hash algorithem which selected. | |
Tiny Sha wrapper Element.