Skip to content

Commit

Permalink
remove unnecessary import of crypto.sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
kimshrier committed Sep 14, 2024
1 parent 783f8a7 commit e1c612c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scrypt/scrypt_test.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// The scrypt test vectors are taken from
// [RFC7914](https://datatracker.ietf.org/doc/html/rfc7914#section-12)
// section 12.
import crypto.sha256
import crypto.scrypt

struct ScryptTestData {
Expand Down

0 comments on commit e1c612c

Please sign in to comment.