Skip to content

Commit 40ce22d

Browse files
authored
crypto: remove unused os import for SHA512 tests (#24768)
1 parent 5a81d8a commit 40ce22d

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

‎vlib/crypto/sha512/sha384_shavs_test.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// SHA384ShortMsg.rsp
77
import crypto.sha512
88
import encoding.hex
9-
import os
109

1110
// This structure deals with short message tests
1211
struct SHA384TestCase {

‎vlib/crypto/sha512/sha512_224_shavs_test.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// SHA512_224ShortMsg.rsp
77
import crypto.sha512
88
import encoding.hex
9-
import os
109

1110
// This structure deals with short message tests
1211
struct SHA512_224TestCase {

‎vlib/crypto/sha512/sha512_256_shavs_test.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// SHA512_256ShortMsg.rsp
77
import crypto.sha512
88
import encoding.hex
9-
import os
109

1110
// This structure deals with short message tests
1211
struct SHA512_256TestCase {

‎vlib/crypto/sha512/sha512_shavs_test.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// SHA512ShortMsg.rsp
77
import crypto.sha512
88
import encoding.hex
9-
import os
109

1110
// This structure deals with short message tests
1211
struct SHA512TestCase {

0 commit comments

Comments
 (0)