UNPKG

@walletconnect/crypto

Version:

Isomorphic Cryptography Library for AES, HMAC and SHA2

6 lines 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UTF8_ENC = exports.HEX_ENC = void 0; exports.HEX_ENC = "hex"; exports.UTF8_ENC = "utf8"; //# sourceMappingURL=encoding.js.map