HpkePublicKey

Type Alias HpkePublicKey 

Source
pub type HpkePublicKey = VLBytes;
Available on 32-bit or 64-bit only.
Expand description

A simple type for HPKE public keys using VLBytes for (de)serializing.

Aliased Typeยง

pub struct HpkePublicKey { /* private fields */ }