UNPKG

@zkthings/e2e-encryption-secp256k1

Version:

End-to-end encryption using secp256k1 keys (compatible with EVM wallets)

8 lines (7 loc) 221 B
// Main package entry const Secp256k1E2E = require('./encryption/secp256k1E2E'); const Secp256k1E2EBrowser = require('./encryption/secp256k1E2E.browser'); module.exports = { Secp256k1E2E, Secp256k1E2EBrowser };