spec
spec copied to clipboard
Question: Key pair generation [which ciphers, details….]
Would you please share with us a nice doc of how it is done? With links, math papers, how much time would it take to break the cipher, etc?
Would you please share with us a nice doc of how it is done?
https://download.libsodium.org/doc/public-key_cryptography/authenticated_encryption#key-pair-generation
With links, math papers, how much time would it take to break the cipher, etc?
https://nacl.cr.yp.to/securing-communication.pdf https://cr.yp.to/highspeed/coolnacl-20120725.pdf https://cr.yp.to/ecdh.html https://cr.yp.to/snuffle.html https://cr.yp.to/mac.html
Now I see what all of these curve25519xsalsa20poly1305 actually mean.