Type Alias entropy_shared::types::X25519PublicKey
source ยท pub type X25519PublicKey = [u8; 32];Expand description
X25519 public key used by the client in non-interactive ECDH to authenticate/encrypt interactions with the threshold server (eg distributing threshold shares).