md5 property

EmsaHasher md5
final

Implementation

static final md5 = EmsaHasher(
    Uint8List.fromList([0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05]),
    'MD5',
    crypto.md5);