Skip to content

Commit 99587ed

Browse files
committed
Fix URL
1 parent c8a2a35 commit 99587ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libutil-tests/local-keys.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ TEST(local_keys, rfc6979EcdsaP384TestVector)
179179
* encodes the outer SEQUENCE, version, AlgorithmIdentifier (with the
180180
* variant's OID), and the two OCTET STRING headers.
181181
*
182-
* Source: github.com/usnistgov/ACVP-Server,
183-
* gen-val/json-files/ML-DSA-sigGen-FIPS204/internalProjection.json.
182+
* Source:
183+
* https://github.com/usnistgov/ACVP-Server/blob/15c0f3deeefbfa8cb6cd32a99e1ca3b738c66bf0/gen-val/json-files/ML-DSA-sigGen-FIPS204/internalProjection.json
184184
*/
185185
static void
186186
runMlDsaAcvpTest(std::string_view variant, std::string_view derPrefixHex, size_t expectedSkSize, size_t expectedSigSize)

0 commit comments

Comments
 (0)