日本語のREADMEはこちらです: README.ja.md
A DID (Decentralized Identifier) e-signature tool based on the Ed25519 algorithm.
- Generate Ed25519 key pairs and encode as DID
- Sign text with private key and add signature
- Verify signed text against public key
This project uses the Deno runtime environment. No other dependencies.
Run the key generation script:
deno run -A https://code4fukui.github.io/Ed25519/makeKey.js
This will output the private and public keys as PEM and PubFile formats.
- forge-es - Forked from digitalbazaar/forge
MIT License — see LICENSE.