mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
16 lines
454 B
JavaScript
16 lines
454 B
JavaScript
// META: title=WebCryptoAPI: deriveBits() and deriveKey() Using PBKDF2
|
|
// META: timeout=long
|
|
// META: variant=?1-1000
|
|
// META: variant=?1001-2000
|
|
// META: variant=?2001-3000
|
|
// META: variant=?3001-4000
|
|
// META: variant=?4001-5000
|
|
// META: variant=?5001-6000
|
|
// META: variant=?6001-7000
|
|
// META: variant=?7001-8000
|
|
// META: variant=?8001-last
|
|
// META: script=/common/subset-tests.js
|
|
// META: script=pbkdf2_vectors.js
|
|
// META: script=pbkdf2.js
|
|
run_test();
|