sha384 property

EmsaHasher sha384
final

Implementation

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