Context

inner class Context(mode: HPKE.Mode, shared_secret: ByteArray, info: ByteArray, psk: ByteArray, psk_id: ByteArray) : HPKE.ContextSharedInterface(source)

Constructors

Link copied to clipboard
constructor(mode: HPKE.Mode, shared_secret: ByteArray, info: ByteArray, psk: ByteArray, psk_id: ByteArray)

Types

Link copied to clipboard

Receiver-side context

Link copied to clipboard

Sender-side context

Functions

Link copied to clipboard
Link copied to clipboard
open override fun Export(exporter_context: ByteArray, L: BitLength): ByteArray