This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ed448goldilocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
doh i had identity swapped with base; sigs work now but they need a comprehensive test
master
Michael Hamburg
10 years ago
parent
a3f7056262
commit
cdc4ab2bc5
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/decaf_crypto.c
+ 1
- 1
src/decaf_crypto.c
View File
@@ -191,7 +191,7 @@ decaf_448_verify_shake (
decaf_448_point_double_scalarmul (
decaf_448_point_double_scalarmul (
pubpoint,
pubpoint,
decaf_448_point_
identity
, response,
decaf_448_point_
base
, response,
pubpoint, challenge
pubpoint, challenge
);
);
Write
Preview
Loading…
Cancel
Save