From d810a08e0f407a1f27024f54a7aecb0c54b8e0b0 Mon Sep 17 00:00:00 2001 From: AleX04Nov <35816182+AleX04Nov@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:20:02 +0300 Subject: [PATCH] add MAYO paper (#30) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce1279b..6e2f871 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ It will be extended gradually as I find something of "must-have" value. Pull req * [Post-quantum cryptography - dealing with the fallout of physics success](https://eprint.iacr.org/2017/314.pdf) - Brief observation of mathematical tasks that can be used to build cryptosystems secure against attacks by post-quantum computers. * [Post-quantum cryptography](https://web.archive.org/web/20210510200628/https://www.researchgate.net/profile/Nicolas-Sendrier-2/publication/226115302_Code-Based_Cryptography/links/540d62d50cf2df04e7549388/Code-Based-Cryptography.pdf) - Introduction to post-quantum cryptography. * [Post-quantum RSA](https://cr.yp.to/papers/pqrsa-20170419.pdf) - Daniel Bernshtein's insight how to save RSA in post-quantum period. +* [MAYO: Practical Post-Quantum Signatures from Oil-and-Vinegar Maps](https://eprint.iacr.org/2021/1144.pdf) - The Oil and Vinegar signature scheme, proposed in 1997 by Patarin, is one of the oldest and best-understood multivariate quadratic signature schemes. It has excellent performance and signature sizes. This paper is about enhancing this algorithm in usage in the post-quantum era. [Official website](https://pqmayo.org/).