Skip to content

Commit 83a015b

Browse files
authored
crypto.scrypt: add missing comment of source for test vector (#22222)
1 parent c2788f9 commit 83a015b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vlib/crypto/scrypt/scrypt_test.v

+3
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ struct ScryptTestData {
203203
expected_result []u8
204204
}
205205

206+
// The scrypt test vectors are taken from
207+
// [RFC7914](https://datatracker.ietf.org/doc/html/rfc7914#section-12)
208+
// section 12.
206209
const scrypt_test_cases = [
207210
ScryptTestData{
208211
name: 'test case 1'

0 commit comments

Comments
 (0)