Skip to content

Commit

Permalink
small documentation nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 28, 2025
1 parent bf01ead commit 355d6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/evp_extra/p_pqdsa_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1523,8 +1523,8 @@ TEST_P(PQDSAParameterTest, ParsePublicKey) {

TEST_P(PQDSAParameterTest, KeyConsistencyTest) {
// This test: generates a random PQDSA key pair extracts the private key, and
// runs the public key generator function to populate the coresponding public key.
// The test is sucessful when the generated public key is equal to the original
// runs the public key calculator function to populate the coresponding public key.
// The test is sucessful when the calculated public key is equal to the original
// public key generated.

// ---- 1. Setup phase: generate a key and key buffers ----
Expand Down

0 comments on commit 355d6d7

Please sign in to comment.