MCPcopy Create free account
hub / github.com/encrypted-spaces/prototype / pke.rs

File pke.rs

crypto/src/pke.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// Public-key encryption and key encapsulation primitives.
2///
3/// This module defines the traits [`Kem`], and [`Mkem`]. We include some implementations:
4///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected