Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test deriveKey() for HKDF | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS derivedKey.type is "secret" | |
| 7 PASS typeof derivedKey.extractable is 'boolean' | |
| 8 PASS derivedKey.extractable is true | |
| 9 PASS derivedKey.algorithm.name is "AES-GCM" | |
| 10 PASS derivedKey.usages.join(',') is "encrypt" | |
| 11 PASS successfullyParsed is true | |
| 12 | |
| 13 TEST COMPLETE | |
| 14 | |
| OLD | NEW |