hs384 constant

JsonWebAlgorithm const hs384

HMAC using SHA-384

Implementation

static const hs384 =
    JsonWebAlgorithm('HS384', type: 'oct', use: 'sig', minKeyBitLength: 384);