| OLD | NEW |
| 1 Tests deriveBits() using HKDF | 1 Tests deriveBits() using HKDF |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS key.type is "secret" | 6 PASS key.type is "secret" |
| 7 PASS typeof key.extractable is 'boolean' | 7 PASS typeof key.extractable is 'boolean' |
| 8 PASS key.extractable is true | 8 PASS key.extractable is true |
| 9 PASS key.algorithm.name is "HKDF" | 9 PASS key.algorithm.name is "HKDF" |
| 10 PASS key.usages.join(',') is "deriveKey,deriveBits" | 10 PASS key.usages.join(',') is "deriveKey,deriveBits" |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 PASS key.type is "secret" | 42 PASS key.type is "secret" |
| 43 PASS typeof key.extractable is 'boolean' | 43 PASS typeof key.extractable is 'boolean' |
| 44 PASS key.extractable is true | 44 PASS key.extractable is true |
| 45 PASS key.algorithm.name is "HKDF" | 45 PASS key.algorithm.name is "HKDF" |
| 46 PASS key.usages.join(',') is "deriveKey,deriveBits" | 46 PASS key.usages.join(',') is "deriveKey,deriveBits" |
| 47 PASS: HKDF of [0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c] should be [2c911172
04d745f3500d636a62f64f0ab3bae548aa53d423b0d1f27ebba6f5e5673a081d70cce7acfc48] an
d was | 47 PASS: HKDF of [0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c] should be [2c911172
04d745f3500d636a62f64f0ab3bae548aa53d423b0d1f27ebba6f5e5673a081d70cce7acfc48] an
d was |
| 48 PASS successfullyParsed is true | 48 PASS successfullyParsed is true |
| 49 | 49 |
| 50 TEST COMPLETE | 50 TEST COMPLETE |
| 51 | 51 |
| OLD | NEW |