commit | ba5e1a2c6802aad25d9ad72f206a47f966b898dc | [log] [tgz] |
---|---|---|
author | Daniel McCarney <daniel@binaryparadox.net> | Thu Oct 10 14:46:19 2024 -0400 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 15 13:07:58 2024 +0000 |
tree | d64f04f6a51b9fb36c6882eeb9e0c8244bf51770 | |
parent | 0fa9014d861f024e28fb491ed7b1cfd44103dee7 [diff] |
utils/fipstools: fix ACVP test data comments These two files were mistakenly referring to the ACVP Hash tests. Change-Id: I5f31653a590571f3bf072ef013c988fc02c95444 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/72008 Reviewed-by: Bob Beck <bbe@google.com> Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Bob Beck <bbe@google.com>
diff --git a/util/fipstools/acvp/acvptool/subprocess/ecdsa.go b/util/fipstools/acvp/acvptool/subprocess/ecdsa.go index 69706bd..23f2072 100644 --- a/util/fipstools/acvp/acvptool/subprocess/ecdsa.go +++ b/util/fipstools/acvp/acvptool/subprocess/ecdsa.go
@@ -21,7 +21,7 @@ "fmt" ) -// The following structures reflect the JSON of ACVP hash tests. See +// The following structures reflect the JSON of ACVP ECDSA tests. See // https://pages.nist.gov/ACVP/draft-fussell-acvp-ecdsa.html#name-test-vectors type ecdsaTestVectorSet struct {
diff --git a/util/fipstools/acvp/acvptool/subprocess/xts.go b/util/fipstools/acvp/acvptool/subprocess/xts.go index 5a9e740..1549641 100644 --- a/util/fipstools/acvp/acvptool/subprocess/xts.go +++ b/util/fipstools/acvp/acvptool/subprocess/xts.go
@@ -21,7 +21,7 @@ "fmt" ) -// The following structures reflect the JSON of ACVP hash tests. See +// The following structures reflect the JSON of ACVP XTS tests. See // https://pages.nist.gov/ACVP/draft-celi-acvp-symmetric.html type xtsTestVectorSet struct {