Browse Source

fix a bug in the test scripts, thanks Johan Pascal

master
Michael Hamburg 7 years ago
parent
commit
aee921fc55
1 changed files with 1 additions and 1 deletions
  1. +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);


Loading…
Cancel
Save