spec icon indicating copy to clipboard operation
spec copied to clipboard

Question: Key pair generation [which ciphers, details….]

Open kpp opened this issue 7 years ago • 2 comments

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?

kpp avatar Sep 15 '18 19:09 kpp

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

gjedeer avatar Sep 16 '18 07:09 gjedeer

Now I see what all of these curve25519xsalsa20poly1305 actually mean.

kpp avatar Sep 16 '18 08:09 kpp