ltonetwork / seasalt

NaCl compatible cryptography library using Bouncy Castle (Java)
Apache License 2.0
3 stars 1 forks source link

ED25519 support for signing #3

Closed jasny closed 3 years ago

jasny commented 3 years ago

Implement the sign functions, only supporting ED25519. This should include generating keys, signing messages and verifying signatures.

jasny commented 3 years ago

For this library, start with tests. Generate keys with libsodium and create signatures.