Skip to main content
Module

x/ed25519/tsconfig.json

Fastest JS implementation of ed25519, x25519 & ristretto255. Independently audited, high-security, 0-dependency EDDSA signatures and ECDH key agreement
Go to Latest
File
{ "compilerOptions": { "strict": true, "target": "esnext", "module": "commonjs", "noImplicitAny": true, "removeComments": true, "preserveConstEnums": true }, "include": ["./*.ts"], "exclude": ["node_modules", "index.test.ts"]}