Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 403 Bytes

File metadata and controls

13 lines (8 loc) · 403 Bytes

Variable: MODE_PSK

const MODE_PSK: 1 = 0x01

Mode identifier for PSK mode (0x01).

PSK (Pre-Shared Key) mode provides encryption with authentication using a pre-shared secret. Both sender and recipient must possess the same PSK and PSK ID. This provides implicit sender authentication.

See

HPKE Modes