-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly set CryptoKey.type to "secret" in AES and HMAC operations (#…
…378) Set `CryptoKey.type` to "secret" in the generate key and import key operations of AES and HMAC. These are strongly suggested to be "secret" anyway, per the description of https://w3c.github.io/webcrypto/#dom-keytype. However, it seems best to set them explicitly, as is done in the other algorithms.
- Loading branch information
1 parent
d68a54a
commit d278fcb
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters