Browse Source

oops also in test_ct

master
Michael Hamburg 7 years ago
parent
commit
4caefd358b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_ct.cxx

+ 1
- 1
test/test_ct.cxx View File

@@ -101,7 +101,7 @@ static void test_cfrg() {
FixedArrayBuffer<Group::DhLadder::PUBLIC_BYTES> pub(rng);
FixedArrayBuffer<Group::DhLadder::PRIVATE_BYTES> priv(rng);
Group::DhLadder::generate_key(priv);
Group::DhLadder::derive_public_key(priv);
ignore_result(Group::DhLadder::shared_secret_noexcept(pub,pub,priv));
}
}


Loading…
Cancel
Save