Skip to content
Snippets Groups Projects
Commit 8ab32ab6 authored by Niels Möller's avatar Niels Möller
Browse files

Updated release plan.

parent b0d5bc8a
No related branches found
No related tags found
No related merge requests found
...@@ -37,15 +37,15 @@ ...@@ -37,15 +37,15 @@
Make use of GMP's mpn_cnd_add_n and mpn_sub_n (which will be Make use of GMP's mpn_cnd_add_n and mpn_sub_n (which will be
available in the next GMP release). available in the next GMP release).
</p> </p>
<p class='should'> <p class='done'>
Implement <tt>ecc_point_mul</tt> and <tt>ecc_point_mul_g</tt>. Implement <tt>ecc_point_mul</tt> and <tt>ecc_point_mul_g</tt>.
</p> </p>
<p class='should'> <p class='done'>
Rewrite x86_64/sha3-permute.asm. Moves between xmm registers and Rewrite x86_64/sha3-permute.asm. Moves between xmm registers and
regular registers kill performance at least on some AMD regular registers kill performance at least on some AMD
processors. processors. (Not rewritten, only moves changed to go via memory).
</p> </p>
<p class='wish'> <p class='done'>
Include UMAC. Needs a serious effort to produce test vectors. Include UMAC. Needs a serious effort to produce test vectors.
</p> </p>
...@@ -56,6 +56,9 @@ ...@@ -56,6 +56,9 @@
<p class='should'> <p class='should'>
Document salsa20r12. Document salsa20r12.
</p> </p>
<p class='should'>
Document umac.
</p>
<p class='should'> <p class='should'>
Update NEWS file. Update NEWS file.
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment