TokTok / spec

Tox Protocol Specification
https://toktok.ltd/spec
GNU General Public License v3.0
32 stars 13 forks source link

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

Open kpp opened 6 years ago

kpp commented 6 years ago

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?

gjedeer commented 6 years ago

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

kpp commented 6 years ago

Now I see what all of these curve25519xsalsa20poly1305 actually mean.