OSCORE.RequestEcho (OSCORE v0.1.0)

Copy Markdown View Source

The kid, Partial IV, and AEAD nonce of a protected request (RFC 8613 §5.4), needed to later protect or verify its matching response.

Summary

Types

t()

@type t() :: %OSCORE.RequestEcho{kid: binary(), nonce: binary(), piv: binary()}