Post-quantum cryptography
en.wikipedia.org
Post-quantum cryptography
1–10 of 15 posts
Re: Post-quantum cryptography
#2Re: Post-quantum cryptography
#3What is the largest integer factorized on quantum computer to this day?
376289 per https://crypto.stackexchange.com/a/59796, depending what you count and don't count.
Re: Post-quantum cryptography
#4Re: Post-quantum cryptography
#5Re: Post-quantum cryptography
#6I saw that NIST was considering a new breed of post-quantum PKI functions. Which would you recommend to use, if we wanted to make quantum resistant private key signing and encryption today?
We also considered QcBits[6] as a more space-efficient alternative to McEliece, but it just seemed too new / not well understood for our tastes, and last I saw there was a recent attack on it that hadn't been mitigated yet. Definitely keeping an eye on it for the future though.
---
1: https://www.cyph.com/castle
3: https://tungchou.github.io/mcbits
4: https://github.com/NTRUOpenSourceProject/ntru-crypto
Re: Post-quantum cryptography
#7Is Bitcoin quantum resistant? Just asking for a friend. It would be embarrassing if Bitcoin's crypto was undermined in the near future.
Re: Post-quantum cryptography
#8Re: Post-quantum cryptography
#9Is Bitcoin quantum resistant? Just asking for a friend. It would be embarrassing if Bitcoin's crypto was undermined in the near future.
So you can avoid quantum attacks by making every transaction split your funds between the recipient and a new address which you control (this is also a good practice to avoid having your payments being tracked).
Re: Post-quantum cryptography
#10I saw that NIST was considering a new breed of post-quantum PKI functions. Which would you recommend to use, if we wanted to make quantum resistant private key signing and encryption today?
For Cyph[1], we went with SPHINCS[2] for signing and a combination of McEliece (specifically McBits[3]), NTRU[4], and SIDH[5] for public key encryption. We also considered QcBits[6] as a more space-efficient alternative to McEliece, but it just seemed too new / not well understood for our tastes, and last I saw there was a recent attack on it that hadn't been mitigated yet. Definitely keeping an eye on it for the fut…