UNPKG

@guarani/jose

Version:

Implementation of the RFCs of the JOSE Working Group.

11 lines (10 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JSON_WEB_ENCRYPTION_COMPRESSION_ALGORITHMS_REGISTRY = void 0; const def_1 = require("./def"); /** * JSON Web Encryption Compression Algorithms Registry. */ exports.JSON_WEB_ENCRYPTION_COMPRESSION_ALGORITHMS_REGISTRY = { DEF: def_1.DEF, };