Module ring::digest

source ยท
Expand description

SHA-2 and the legacy SHA-1 digest algorithm.

If all the data is available in a single contiguous slice then the digest function should be used. Otherwise, the digest can be calculated in multiple steps using Context.

Modulesยง

Structsยง

Enumsยง

Constantsยง

Staticsยง

Functionsยง

Unionsยง