Public Attributes | List of all members
ED25519_KEY Struct Reference

#include <internal.h>

Public Attributes

char has_private
 
union {
   uint8_t   priv [64]
 
   struct {
      uint8_t   pad [32]
 
      uint8_t   value [32]
 
   }   pub
 
key
 

Detailed Description

Definition at line 234 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.

Member Data Documentation

◆ has_private

char ED25519_KEY::has_private

◆ key

union { ... } ED25519_KEY::key

◆ pad

uint8_t ED25519_KEY::pad[32]

◆ priv

uint8_t ED25519_KEY::priv[64]

◆ pub

struct { ... } ED25519_KEY::pub

◆ value

uint8_t ED25519_KEY::value[32]

The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42