crypto.scrypt: add missing comment of source for test vector (#22222)

This commit is contained in:
Kim Shrier 2024-09-15 06:20:30 -06:00 committed by GitHub
parent c2788f9793
commit 83a015b940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'