Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
/ ed25519-signer Public archive

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

License

Notifications You must be signed in to change notification settings

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages