Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 390 Bytes

File metadata and controls

12 lines (7 loc) · 390 Bytes

Variable: MODE_BASE

const MODE_BASE: 0 = 0x00

Mode identifier for Base mode (0x00).

Base mode provides encryption to a public key without sender authentication. The recipient cannot verify who encrypted the message, only that someone with access to their public key did.

See

HPKE Modes