hs256 constant

JsonWebAlgorithm const hs256

HMAC using SHA-256

Implementation

static const hs256 =
    JsonWebAlgorithm('HS256', type: 'oct', use: 'sig', minKeyBitLength: 256);