Module ops

Source
Expand description

Mid-level cryptographic operations used in the onion service protocol.

Structs§

HsMacKey
Reference to a slice of bytes usable to compute the hs_mac function.

Constants§

HS_MAC_LEN
The length of the MAC returned by hs_mac.

Functions§

hs_mac
Compute the lightweight MAC function used in the onion service protocol.