Zenroom icon indicating copy to clipboard operation
Zenroom copied to clipboard

post-quantum crypto functions

Open jaromil opened this issue 7 years ago • 2 comments

Drafting a plan to include code that provides post-quantum strength for basic functionalities as diffie-hellman sessions and signatures. Interesting so far:

  • Picnic for signatures https://github.com/Microsoft/Picnic/blob/master/picnic.h
  • Supersingular Isogeny Key Encapsulation Library (SIKE) for DH style de/coding https://github.com/Microsoft/PQCrypto-SIKE/blob/master/Optimized_Implementation/portable/SIKEp503/api.h

Also interesting Kelvin chain use of liboqs (includes also picnic and supersingular DH)

  • https://github.com/kelvinblockchain/libdap/tree/master/crypto

jaromil avatar Aug 23 '18 17:08 jaromil

Reference library: https://github.com/open-quantum-safe/liboqs

jaromil avatar Aug 13 '19 11:08 jaromil

This is now WIP in https://github.com/dyne/zenroom/tree/quantum-proof

jaromil avatar Nov 27 '21 10:11 jaromil

should be this closed?

puria avatar May 31 '23 14:05 puria