Hash512 constructor
Hash512([
- dynamic hash512
Implementation
Hash512([dynamic hash512]) : super(SIZE, hash512 ?? Uint8List(64));
Hash512([dynamic hash512]) : super(SIZE, hash512 ?? Uint8List(64));