Ed25519State Struct Reference
Ed25519 working state. More...
#include <ed25519.h>
Data Fields | |
| Sha512Context | sha512Context |
| uint8_t | k [64] |
| uint8_t | p [32] |
| uint8_t | r [32] |
| uint8_t | s [32] |
| Ed25519Point | ka |
| Ed25519Point | rb |
| Ed25519Point | sb |
| Ed25519Point | u |
| Ed25519Point | v |
| uint32_t | a [8] |
| uint32_t | b [8] |
| uint32_t | c [8] |
| uint32_t | d [8] |
| uint32_t | e [8] |
| uint32_t | f [8] |
| uint32_t | g [8] |
| uint32_t | h [8] |
Detailed Description
Field Documentation
◆ a
◆ b
◆ c
◆ d
◆ e
◆ f
◆ g
◆ h
◆ k
◆ ka
| Ed25519Point ka |
◆ p
◆ r
◆ rb
| Ed25519Point rb |
◆ s
◆ sb
| Ed25519Point sb |
◆ sha512Context
| Sha512Context sha512Context |
◆ u
◆ v
The documentation for this struct was generated from the following file:
- cyclone_crypto/ecc/ed25519.h
