[Libre-soc-bugs] [Bug 1159] poly1305 unit tests

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Sep 25 14:37:14 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1159

--- Comment #12 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
carrying on from https://bugs.libre-soc.org/show_bug.cgi?id=1157#c26
the strategy needed is quite involved but straightforward: anything
looking like it is carry-roll-over has to be reproduceable / replayable
against *other implementations* of the algorithm.  that in turn implies
capturing *all* state information at the time of the math-operation.

therefore what i am going to do is do a... what is it called...
Context Manager that allows full input/output capture, in a clean
and clear way.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list