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
fix a bug in the test scripts, thanks Johan Pascal
master
Michael Hamburg
7 years ago
parent
dd9bcf2355
commit
aee921fc55
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/test_decaf.cxx
+ 1
- 1
test/test_decaf.cxx
View File
@@ -520,7 +520,7 @@ static void test_eddsa() {
rng.read(message);
SecureBuffer context(i%256);
rng.read(
message
);
rng.read(
context
);
SecureBuffer sig = priv.sign(message,context);
Write
Preview
Loading…
Cancel
Save