from Hacker News

A hybrid post quantum cryptography scheme using EdDSA (ed25519) + Falcon

by dogeprotocol on 2/4/23, 7:50 AM with 1 comments

  • by dogeprotocol on 2/4/23, 7:50 AM

    This is a proof of concept implementation that combines a classical and post quantum digital signature scheme. NIST Round 3 implementation of Falcon and EdDSA (ed25519) implementation from https://tweetnacl.cr.yp.to/ is used.

    This hybrid implementation is a short term hedge against known lattice based cryptography schemes getting broken.