Skip to content

Commit

Permalink
Note about supported key formats
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Mar 11, 2024
1 parent 7b9168d commit 355cd3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -37,8 +37,11 @@ The current state of the project is that it is an experimental module of the Web
| API | AES-CBC | AES-GCM | AES-CTR | AES-KW | HMAC | ECDSA | ECDH | RSASSA-PKCS1-v1_5 | RSA-PSS | RSA-OAEP |
| :---------------------------- | :------ | :------ | :------ | :----- | :--- | :---- | :--- | :---------------- | :------ | :------- |
| `crypto.subtle.generateKey()` |||||||||||
| `crypto.subtle.importKey()` |||||||||||
| `crypto.subtle.exportKey()` |||||||||||
| `crypto.subtle.importKey()` |||||||||||
| `crypto.subtle.exportKey()` |||||||||||

> [!WARNING]
> Currently, only the `raw` and `jwk` (JSON Web Key) formats are supported for import/export operations.
##### Key derivation

Expand Down

0 comments on commit 355cd3a

Please sign in to comment.