[Libre-soc-bugs] [Bug 773] High-Level Demos of Cryptographic and Other Relevant Algorithms

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Sep 6 17:22:26 BST 2023


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

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |programmerjake at gmail.com

--- Comment #5 from Jacob Lifshay <programmerjake at gmail.com> ---
markos, you were running into the issue that ed25519 needs too many registers,
if you use all 64 bits of each register and use the bigint instructions you can
probably squeeze into fewer registers, since the ed25519 code referenced in
comment #0 uses only 52 bits out of each 64-bit register.

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


More information about the libre-soc-bugs mailing list