sha512 property
Implementation
static final sha512 = EmsaHasher(
Uint8List.fromList(
[0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03]),
'SHA-512',
crypto.sha512);
static final sha512 = EmsaHasher(
Uint8List.fromList(
[0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03]),
'SHA-512',
crypto.sha512);