ltonetwork / seasalt

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

X25519 support for encryption #4

Open jasny opened 3 years ago

jasny commented 3 years ago

Support X25519 for encryption (box functions). It should support generating keys, converting ED25519 keys to X25519, encryption, and decryption.

jasny commented 3 years ago

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