UNPKG

@walletconnect/crypto

Version:

Isomorphic Cryptography Library for AES, HMAC and SHA2

13 lines 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LENGTH_1024 = exports.LENGTH_512 = exports.LENGTH_256 = exports.LENGTH_128 = exports.LENGTH_64 = exports.LENGTH_32 = exports.LENGTH_16 = exports.LENGTH_1 = exports.LENGTH_0 = void 0; exports.LENGTH_0 = 0; exports.LENGTH_1 = 1; exports.LENGTH_16 = 16; exports.LENGTH_32 = 32; exports.LENGTH_64 = 64; exports.LENGTH_128 = 128; exports.LENGTH_256 = 256; exports.LENGTH_512 = 512; exports.LENGTH_1024 = 1024; //# sourceMappingURL=length.js.map