Module tink_core::subtle[][src]

Expand description

Common methods needed in subtle implementations.

Modules

Utilities for random data.

Enums

Hash function object.

Functions

Calculate a hash of the given data using the given hash function.

Extract a pseudorandom key.

Compare two slices in constant time. Return true if they are equal, false otherwise.

Return the digest size of the specified hash algorithm.

Return the corresponding hash function of the given hash.