mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
crypto.scrypt: add missing comment of source for test vector (#22222)
This commit is contained in:
parent
c2788f9793
commit
83a015b940
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user