Divy Srivastava
|
86f89f9222
|
feat(extensions/crypto): implement importKey and exportKey for raw HMAC keys (#11367)
This commit introduces "SubtleCrypto.importKey()" and
"SubtleCrypto.exportKey()" APIs.
|
2021-08-03 21:24:02 +02:00 |
|
Divy Srivastava
|
9e89fe2fe8
|
chore(crypto): use WebIDL BufferSource in types (#11510)
|
2021-07-26 14:00:19 +02:00 |
|
Divy Srivastava
|
00484d24ba
|
feat(extensions/crypto): implement verify() for RSA (#11312)
|
2021-07-12 14:45:36 +02:00 |
|
Divy Srivastava
|
570309d795
|
feat(crypto): implement generateKey() and sign() (#9614)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
2021-07-06 14:16:04 +02:00 |
|
Casper Beyer
|
3f9187c366
|
feat(extensions/crypto): implement subtle.digest (#10796)
Co-authored-by: Yacine Hmito yacinehmito@users.noreply.github.com
|
2021-06-06 12:57:10 +02:00 |
|
Leo K
|
cf351f77c2
|
feat(extensions/crypto): implement randomUUID (#10848)
|
2021-06-05 14:46:24 +02:00 |
|
Andy Hayden
|
684c357136
|
Rename crate_ops to extensions (#10431)
|
2021-04-30 15:51:48 -04:00 |
|