Point

Type Alias Point 

Source
pub type Point = [u8; 32];
Expand description

Type alias for Ristretto255 point values (32 bytes)

Trait Implementations§

Source§

impl From<&KeyPair> for Point

Source§

fn from(keypair: &KeyPair) -> Self

Converts to this type from the input type.
Source§

impl From<&ProxyKeyPair> for Point

Source§

fn from(proxy: &ProxyKeyPair) -> Self

Converts to this type from the input type.