Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

mpbarnwell/ed25519-signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ed25519 Signer

Signs input data using an Ed25519 key and EdDSA.

Usage

usage: java -jar ed25519-signer-1.0-SNAPSHOT.jar [-h] [-k KEY] [-i [IN]]

Calculates signatures using EdDSA and Ed25519

named arguments:
  -h, --help             show this help message and exit
  -k KEY, --key KEY      Key file
  -i [IN], --in [IN]     Input data file, defaults to stdin (default: stdin)

Build

mvn clean package

License

Apache License, Version 2.0

About

Quick and dirty Java project to sign data using an Ed25519 key and EdDSA

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages