pub type X25519PubKey = BinDataSized<32>;
Expand description

X25519 encryption public key derived from this seed.

Aliased Type§

struct X25519PubKey(pub Arc<[u8; 32]>);

Fields§

§0: Arc<[u8; 32]>