UNPKG

pkcs11test

Version:

Simple CLI application for PKCS#11 testing based on WebCrypto library

6 lines (5 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SPACE = " "; exports.TEST_DATA = new Buffer("Some data"); exports.HASH_ALGS = ["SHA-1", "SHA-256", "SHA-384", "SHA-512"];