Skip to content

Commit

Permalink
spacing nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 13, 2025
1 parent 7823f93 commit 7baa8c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/evp_extra/p_pqdsa_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1589,5 +1589,4 @@ TEST_P(PerMLDSATest, ExternalMu) {
// ----5. Bonus: Verify raw message with digest verify (no pre-hash) ----
ASSERT_TRUE(EVP_DigestVerifyInit(md_ctx_verify.get(), nullptr, nullptr, nullptr, pkey.get()));
ASSERT_TRUE(EVP_DigestVerify(md_ctx_verify.get(), sig1.data(), sig_len, msg1.data(), msg1.size()));

}

0 comments on commit 7baa8c1

Please sign in to comment.