Get the latest tech news
Ed25519-CLI – command-line interface for the Ed25519 signature system (2024)
NAME ed25519-cli - command-line interface for the lib25519 implementation of the Ed25519 signature system SYNOPSIS Key generation: ed25519-keypair 5>publickey 9>secretkey Signature generation: ed25519-sign 8<secretkey <message >signedmessage Signature verification and message recovery: ed25519-open 4<publickey <signedmessage >message DESCRIPTION lib25519 is an implementation of the X25519 encryption system and the Ed25519 signature system. The command-line interface for lib25519 provides three Ed25519 tools, documented here, and two X25519 tools, documented separately.
None
Or read this on Hacker News