ZIP 316: remove a TODO.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-05-12 15:34:52 +01:00
parent 6b1db880c8
commit 0cda82ce0f
2 changed files with 2 additions and 3 deletions

View File

@ -456,7 +456,7 @@ c^{n+m}}{q}\)</span>
bytes plus the size of a BLAKE2b hash state.</p>
</section>
<section id="dependencies"><h4><span class="section-heading">Dependencies</span><span class="section-anchor"> <a rel="bookmark" href="#dependencies"><img width="24" height="24" src="assets/images/section-anchor.png" alt=""></a></span></h4>
<p>BLAKE2b, with personalization and variable output length, is the only external dependency. TODO: would it be useful to remove the requirement for variable output length?</p>
<p>BLAKE2b, with personalization and variable output length, is the only external dependency.</p>
</section>
<section id="related-work"><h4><span class="section-heading">Related work</span><span class="section-anchor"> <a rel="bookmark" href="#related-work"><img width="24" height="24" src="assets/images/section-anchor.png" alt=""></a></span></h4>
<p><a href="https://www.iacr.org/cryptodb/data/paper.php?pubkey=218">Eliminating Random Permutation Oracles in the EvenMansour Cipher</a></p>

View File

@ -575,8 +575,7 @@ Dependencies
''''''''''''
BLAKE2b, with personalization and variable output length, is the only
external dependency. TODO: would it be useful to remove the requirement
for variable output length?
external dependency.
Related work
''''''''''''