HashAlgorithm
Specifies well-known hash algorithms.
Content copied to clipboard
elide.std.HashAlgorithm
Properties
Link copied to clipboard
No hash algorithm was/is active.
Content copied to clipboard
IDENTITY = 0;
Link copied to clipboard
Algorithm: SHA1.
Content copied to clipboard
SHA1 = 2;
Link copied to clipboard
Algorithm: SHA-256.
Content copied to clipboard
SHA256 = 4;
Link copied to clipboard
Algorithm: SHA2.
Content copied to clipboard
SHA2 = 3;
Link copied to clipboard
Algorithm: SHA-384.
Content copied to clipboard
SHA384 = 5;
Link copied to clipboard
Algorithm: SHA3-224.
Content copied to clipboard
SHA3_224 = 7;
Link copied to clipboard
Algorithm: SHA3-256.
Content copied to clipboard
SHA3_256 = 8;
Link copied to clipboard
Algorithm: SHA3-512.
Content copied to clipboard
SHA3_512 = 9;
Link copied to clipboard
Algorithm: SHA-512.
Content copied to clipboard
SHA512 = 6;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.