Skip to content

Commit

Permalink
Small renaming in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Dec 12, 2024
1 parent c820d7a commit 0213029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/_CryptoExtrasTests/MLDSA65Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ final class MLDSA65Tests: XCTestCase {
}

func testMLDSA65NISTKeyGenFile() throws {
try nistTest(jsonName: "mldsa_nist_keygen_tests") { (testVector: NISTKeyGenTestVector) in
try nistTest(jsonName: "mldsa_65_nist_keygen_tests") { (testVector: NISTKeyGenTestVector) in
let seed = try Data(hexString: testVector.seed)
let publicKey = try MLDSA65.PublicKey(rawRepresentation: Data(hexString: testVector.pub))

Expand Down Expand Up @@ -153,7 +153,7 @@ final class MLDSA65Tests: XCTestCase {
}
}

func testMLDSAWycheproofVerifyFile() throws {
func testMLDSA65WycheproofVerifyFile() throws {
try wycheproofTest(jsonName: "mldsa_65_standard_verify_test") { (testGroup: WycheproofTestGroup) in
let publicKey: MLDSA65.PublicKey
do {
Expand Down

0 comments on commit 0213029

Please sign in to comment.