mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb: Implement usages property for CryptoKey
And set it from the only place we currently create a CryptoKey, in importKey.
This commit is contained in:
parent
2d59d6c98c
commit
0a6f195a71
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/ADKaster
Commit: 0a6f195a71
Pull-request: https://github.com/SerenityOS/serenity/pull/23532
5 changed files with 27 additions and 6 deletions
|
@ -2,4 +2,5 @@ imported key: [object CryptoKey]
|
|||
imported key.type: secret
|
||||
imported key.extractable: false
|
||||
imported key.algorithm: {"name":"PBKDF2"}
|
||||
imported key.usages: deriveKey,deriveBits
|
||||
SHA-256 digest: 315f5bdb76d078c43b8ac0064e4a0164612b1fce77c869345bfc94c75894edd3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue