hs512 constant

JsonWebAlgorithm const hs512

HMAC using SHA-512

Implementation

static const hs512 =
    JsonWebAlgorithm('HS512', type: 'oct', use: 'sig', minKeyBitLength: 512);