Skip to content

Commit

Permalink
crypto.scrypt: add missing comment of source for test vector (#22222)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimshrier authored Sep 15, 2024
1 parent c2788f9 commit 83a015b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vlib/crypto/scrypt/scrypt_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ struct ScryptTestData {
expected_result []u8
}

// The scrypt test vectors are taken from
// [RFC7914](https://datatracker.ietf.org/doc/html/rfc7914#section-12)
// section 12.
const scrypt_test_cases = [
ScryptTestData{
name: 'test case 1'
Expand Down

0 comments on commit 83a015b

Please sign in to comment.