![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
Go to the source code of this file.
Classes | |
class | Driver::Crypto::ED25519 |
This class implements the Edwards-curve digital signature defined by Edwards-Curve Digital Signature Algorithm (EdDSA) [RFC8032], using standard parameters. More... | |
struct | Driver::Crypto::ED25519::Keys_T |
Asymmetrically Key Pair. More... | |
Namespaces | |
namespace | Driver |
namespace | |
namespace | Driver::Crypto |
The 'Crypto' namespace provides a collection of Cryptographic functions and algorithms. | |
struct Driver::Crypto::ED25519::Keys_T |
Asymmetrically Key Pair.
Class Members | ||
---|---|---|
uint8_t | privateKey[PRIVATE_KEY_SIZE] | Public Key. |
uint8_t | publicKey[PUBLIC_KEY_SIZE] | Private Key. |