Digest class final
A digest algorithm fetched by name from the default provider.
Constructors
- Digest.named(String algorithm)
-
Any digest
EVP_MD_fetchknows, e.g.BLAKE2B-512,SHAKE128.const
Properties
Methods
-
hash(
List< int> data) → Uint8List -
Hashes
datain one call.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → DigestStream - Begins an incremental hash.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited