projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db5fa8
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 28 May 2024 21:21:15 +0000
(22:21 +0100)
committer
IkiWiki
<ikiwiki.info>
Tue, 28 May 2024 21:21:15 +0000
(22:21 +0100)
openpower/sv/cookbook/ed25519.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/cookbook/ed25519.mdwn
b/openpower/sv/cookbook/ed25519.mdwn
index 1301258a176d5d00c4e78de24aaf28b4da30b321..61d7ba16565bd35fcaeabb2e2fbdaca8be493a5c 100644
(file)
--- a/
openpower/sv/cookbook/ed25519.mdwn
+++ b/
openpower/sv/cookbook/ed25519.mdwn
@@
-58,3
+58,5
@@
If a huge number of loop-unrolled instructions (the normal
way of handing these algorithms) are reduced down to a
bare handful, with the looping covered in hardware, then it
is easy to understand how valuable Simple-V and REMAP is.
+
+[[!tag svp64_cookbook ]]