mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 10:02:23 +00:00
feat(crypto): implement generateKey() and sign() (#9614)
Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
2ed222fceb
commit
570309d795
12 changed files with 3459 additions and 275 deletions
|
@ -316,6 +316,7 @@ delete Object.prototype.__proto__;
|
|||
CountQueuingStrategy: util.nonEnumerable(
|
||||
streams.CountQueuingStrategy,
|
||||
),
|
||||
CryptoKey: util.nonEnumerable(crypto.CryptoKey),
|
||||
CustomEvent: util.nonEnumerable(CustomEvent),
|
||||
DOMException: util.nonEnumerable(domException.DOMException),
|
||||
ErrorEvent: util.nonEnumerable(ErrorEvent),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue