UNPKG

@hounddesk/epayco-signature-verifier

Version:

ePayco Signature verifier used for transactions integrity checks

9 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const defaultHashType = { algorithm: "sha256", digestEncoding: "hex", encoding: "utf8" }; exports.default = defaultHashType; //# sourceMappingURL=hashTypes.js.map