Hi Flipchan,
There are reference implementation of quantum-safe cryptographic algorithms, such as NTRU encryption algorithm (in libntruencrypt): https://github.com/NTRUOpenSourceProject/NTRUEncrypt and BLISS signature algorithm, http://bliss.di.ens.fr/
Those are independent softwares. But for what I understand, common crypto libraries, such as crypto in openssl, libgcrypt, crypto++, do not have quantum-safe crypto, except wolfssl that supports NTRU. https://github.com/wolfSSL/wolfssl
We also have libgcrypt with NTRU supports, https://github.com/wwhyte-si/libgcrypt-ntru but it is not an official release.
Cheers, Zhenfei
On Sat, Jan 2, 2016 at 5:49 PM, Flipchan flipchan@riseup.net wrote:
How would u add quantum-safe crypto? I havent seen anyone puttin a pub lib that anyone can import
tor-dev-request@lists.torproject.org skrev: (2 januari 2016 13:00:02 CET)
Send tor-dev mailing list submissions to tor-dev@lists.torproject.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev or, via email, send a message with subject or body 'help' to tor-dev-request@lists.torproject.org
You can reach the person managing the list at tor-dev-owner@lists.torproject.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of tor-dev digest..."
Today's Topics:
- Re: Quantum-safe Hybrid handshake for Tor (Ryan Carboni)
- Re: Quantum-safe Hybrid handshake for Tor (Yawning Angel)
Message: 1 Date: Fri, 1 Jan 2016 19:33:31 -0800 From: Ryan Carboni ryacko@gmail.com To: tor-dev@lists.torproject.org Subject: Re: [tor-dev] Quantum-safe Hybrid handshake for Tor Message-ID: CAO7N=i2MspE1N5eOczCyT9RCPORgUJboSOY3vUMGKL5FSzAPnw@mail.gmail.com Content-Type: text/plain; charset="utf-8"
The first step should be replacing the long-term keys with quantum-safe crypto.