GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces
ED25519.h File Reference
#include "Driver/Crypto/Api.h"
#include <stdint.h>
#include <stdlib.h>
Include dependency graph for ED25519.h:

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.
 

Class Documentation

◆ Driver::Crypto::ED25519::Keys_T

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.