/plushcap/analysis/cloudflare/post-quantum-signatures

Deep dive into a post-quantum signature scheme

What's this blog post about?

The text discusses the concept of authentication in both real life and digital scenarios. Authentication involves asserting or providing proof of an identity, which can be challenging due to the possibility of deception. In the story of Odysseus, he tricked Polyphemus by claiming his name was "Nobody," illustrating how easy it is to claim an identity but difficult to provide proof. In the digital world, authentication protocols like Transport Layer Security (TLS) use digitally signed statements of identity (certificates) to ensure secure communication between users and their bank providers. A key element in these protocols is the use of digital signatures, which are a demonstration of authorship for documents or messages sent through digital means. The text then delves into the construction of one particular post-quantum signature algorithm called CRYSTALS-Dilithium. Dilithium's mathematical core is based on the hardness of lattice and isogeny problems, which are crucial for maintaining security in a post-quantum world. The algorithm builds upon an identification scheme that consists of key generation, commitment, challenge, response, and verification algorithms. The Fiat–Shamir transformation is used to turn this interactive identification scheme into a non-interactive signature scheme, where one party can issue signatures and others can verify them using the public key. The text also mentions other digital signatures beyond Dilithium, such as Falcon and Rainbow, which are based on different mathematical problems. In conclusion, authentication is essential for ensuring secure communication in both real-life and digital scenarios. Post-quantum signature algorithms like CRYSTALS-Dilithium provide a solution to this challenge by offering cryptographic tools that can resist attacks from quantum computers.

Company
Cloudflare

Date published
Feb. 22, 2022

Author(s)
Goutam Tamvada, Sofía Celi

Word count
2700

Hacker News points
7

Language
English


By Matt Makai. 2021-2024.