pub type HpkePublicKey = VLBytes;
Expand description

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

Aliased Type§

struct HpkePublicKey { /* private fields */ }