Crate tink_mac

source ·
Expand description

This crate provides implementations of the tink_core::Mac primitive.

MAC computes a tag for a given message that can be used to authenticate a message. MAC protects data integrity as well as provides for authenticity of the message.

Modules

  • Provides subtle implementations of the tink_core::Mac primitive.

Constants

Functions