Skip to content

Commit c8cdc18

Browse files
author
Clemence Bouvier
committed
adding acceptation at crypto
1 parent b3d81c0 commit c8cdc18

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

index.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
<body>
1717
<div class="main container">
18-
WORK IN PROGRESS!
19-
2018
<header>
2119
<div class="container">
2220
<div class="row">
@@ -78,12 +76,19 @@ <h2>A Family of ZK-friendly AO Hash Functions.</h2>
7876
</li>
7977
</ul>
8078
</p>
81-
<p>The Anemoi team tries to keep this page up-to-date with the latest changes, but it is highly recommended to check the paper for the latest news.</p>
79+
<p>The <b>Anemoi</b> team tries to keep this page up-to-date with the latest changes, but it is highly recommended to check the paper for the latest news.</p>
8280
</section>
8381

8482
<section class="section" id="news">
8583
<h3>News</h3>
8684
<ul>
85+
<li>
86+
<b>31.05.22:</b> Minor revision of ePrint submission before publication in Crypto.
87+
</li>
88+
<li>
89+
<b>21.05.23:</b> Acceptation at
90+
<a href="https://crypto.iacr.org/2023/">Crypto</a> 2023.
91+
</li>
8792
<li>
8893
<b>16.11.22:</b> Presentation at
8994
<a href="https://zkproof.org/events/workshop5/">ZKProof5</a>.
@@ -122,17 +127,17 @@ <h3>Abstract</h3>
122127
and compression functions.
123128
The main features of these algorithms are that
124129
<ul>
125-
<li> 1) they are designed to be
130+
<li> they are designed to be
126131
efficient within multiple proof systems (e.g. Groth16, Plonk, etc.)</li>
127-
<li> 2) they contain dedicated functions optimised for specific applications (namely Merkle
132+
<li> they contain dedicated functions optimised for specific applications (namely Merkle
128133
tree hashing and general purpose hashing) </li>
129-
<li> 3) they have highly competitive
134+
<li> they have highly competitive
130135
performance e.g. about a factor of $2$ improvement over Poseidon and
131136
Rescue in terms of R1CS constraints, a 21%-35% Plonk constraint
132137
reduction over a highly optimized Poseidon implementation, as well as competitive native
133138
performance, running between two and three times faster than Rescue, depending on the field size.
134139
and </li>
135-
<li> 4) comes with computable bounds of resistance against known attacks due to
140+
<li> comes with computable bounds of resistance against known attacks due to
136141
the properties of the novel algebraic transformations that are employed based on
137142
the well-studied butterfly structure.
138143
</li>
@@ -523,7 +528,7 @@ <h3>Anemoi team</h3>
523528
<div class="container">
524529
<ul>
525530
<li>
526-
<a href="https://who.rocq.inria.fr/Clemence.Bouvier/">Clémence Bouvier</a>, Sorbonne University, France - Inria, France
531+
<a href="https://c-bouvier.github.io/">Clémence Bouvier</a>, Sorbonne University, France - Inria, France
527532
</li>
528533
<li>
529534
<a href="https://who.rocq.inria.fr/Pierre.Briaud/">Pierre Briaud</a>, Sorbonne University, France - Inria, France

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ nav a:hover {
184184
padding: 8px;
185185
margin-bottom: 5px;
186186
color: var(--heading-color);
187-
text-decoration: underline solid;
187+
/*text-decoration: underline solid;*/
188188
font-size:85%;
189189
}
190190

0 commit comments

Comments
 (0)