#include <internal.h>
Public Attributes | |
| char | has_private |
| union { | |
| uint8_t priv [64] | |
| struct { | |
| uint8_t pad [32] | |
| uint8_t value [32] | |
| } pub | |
| } | key |
Definition at line 234 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
| char ED25519_KEY::has_private |
Definition at line 244 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
| union { ... } ED25519_KEY::key |
| uint8_t ED25519_KEY::pad[32] |
Definition at line 240 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
| uint8_t ED25519_KEY::priv[64] |
Definition at line 236 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
| struct { ... } ED25519_KEY::pub |
| uint8_t ED25519_KEY::value[32] |
Definition at line 241 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.