pub enum DigestAlgo {
AlgoDefault,
AlgoMd5,
AlgoSha1,
AlgoRipemd160,
AlgoMd2,
AlgoTiger192,
AlgoHaval5160,
AlgoSha256,
AlgoSha384,
AlgoSha512,
AlgoSha224,
AlgoMd4,
AlgoCrc32,
AlgoCrc32Rfc1510,
AlgoCrc32Rfc2440,
// some variants omitted
}
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more