SHA256 abstract class
SHA256 hash function implementation.
abstract class SHA256 implements Hash {
factory SHA256() => new _SHA256();
}
Implements
Constructors
factory SHA256() #
factory SHA256() => new _SHA256();
SHA256 hash function implementation.
abstract class SHA256 implements Hash {
factory SHA256() => new _SHA256();
}
factory SHA256() => new _SHA256();