From eb130f8bc5ce33cd311cff8a593cf7b5abb6c2dd Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Wed, 21 Jun 2023 19:22:33 +0200 Subject: [PATCH] Minor fix --- thesis/Abschlussarbeit.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis/Abschlussarbeit.tex b/thesis/Abschlussarbeit.tex index d5eb3e1..efb7aff 100644 --- a/thesis/Abschlussarbeit.tex +++ b/thesis/Abschlussarbeit.tex @@ -81,7 +81,7 @@ In this thesis the security of EdDSA is analyzed, utilizing the random oracel mo In addition a proof in the single-user setting, a proof in the multi-user setting is also performed. This proof uses a variant of the one-more discrete logarithm, also because of the key generation algorithm. -Finally, it is shown that Ed25519 - one widely used instantiation of EdDSA - provides 125 bit security in the single-user setting and 124 bit of security in the multi-user setting. Ed448 - also a widely used instantiation of EdDSA - provides 221 bits of security in the single-user setting and 220 bits of security in the multi-user setting. +Finally, it is shown that Ed25519 - a widely used instantiation of EdDSA - provides 125 bit security in the single-user setting and 124 bits of security in the multi-user setting. Ed448 - also a widely used instantiation of EdDSA - provides 221 bits of security in the single-user setting and 220 bits of security in the multi-user setting. \end{abstract}