Sm3Context Struct Reference
SM3 algorithm context. More...
#include <sm3.h>
Data Fields | |
| uint32_t | h [8] |
| union { | |
| uint32_t w [16] | |
| uint8_t buffer [64] | |
| }; | |
| size_t | size |
| uint64_t | totalSize |
Detailed Description
Field Documentation
◆ @1
| union { ... } |
◆ buffer
◆ h
◆ size
◆ totalSize
◆ w
The documentation for this struct was generated from the following file:
- cyclone_crypto/hash/sm3.h
