From e90bc1b636705107b5c1cee9c36cba8f9957c10f Mon Sep 17 00:00:00 2001 From: David Niehues <7667041+DavidNiehues@users.noreply.github.com> Date: Tue, 13 May 2025 17:26:53 +0200 Subject: [PATCH] feat(sha+paper): Add reference for SHAKE256 to biblography --- papers/references.bib | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/papers/references.bib b/papers/references.bib index 96f524a..16e788b 100644 --- a/papers/references.bib +++ b/papers/references.bib @@ -196,3 +196,13 @@ Vadim Lyubashevsky and John M. Schanck and Peter Schwabe and Gregor Seiler and D type = {NIST Post-Quantum Cryptography Selected Algorithm}, url = {https://pq-crystals.org/kyber/} } + + +@misc{SHAKE256, + author = "National Institute of Standards and Technology", + title = "FIPS PUB 202: SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions", + year = {2015}, + month = {August}, + doi = {10.6028/NIST.FIPS.202} +} +