curve25519-java
curve25519-java copied to clipboard
Public method to generate a keypair with given bytes
public Curve25519KeyPair generateKeyPair(byte[] random) added to provide ability to pass random bytes from outside
Hi, is there any chance this is gonna be merged? We'd like to use it in our project.
Why do you need this? You can already specify your own SecureRandom provider.
thanks for your reply. I don't understand how should I generate the keypair starting from a known seed (like in i.e. : sodium: sodium().crypto_sign_ed25519_seed_keypair(publicKey, secretKey, seed))
Seed for what? What are you trying to accomplish?