index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
crypto
/
lib.deno_crypto.d.ts
Age
Commit message (
Expand
)
Author
2024-09-23
chore: add code generation for @types/deno (#25545)
David Sherret
2024-08-29
docs: refer to `globalThis` instead of `window` in declaration files (#25286)
Asher Gomez
2024-05-05
docs: update categories to match new planned sitemap (#23677)
Jo Franchetti
2024-02-29
fix(ext/crypto): align the return type of `crypto.randomUUID` to `cli/tsc/dts...
Nano Miratus
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-07-03
fix(dts): make globals available on globalThis (#19438)
ud2
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-08-17
docs: add category tag for built-in APIs (#15480)
Kitson Kelly
2022-07-11
fix(ext/crypto): Adjust typings for `Crypto.getRandomValues()` (#15130)
Livia Medeiros
2022-06-30
fix(ext/crypto): add EcdhKeyDeriveParams to deriveKey types (#15005)
Alexandre Negrel
2022-06-02
fix(ext/crypto): adjust `getRandomValues` types (#14714)
Mark Ladyshau
2022-03-11
fix(ext/crypto): use EcKeyImportParams dictionary (#13894)
Filip Skokan
2022-01-22
fix(ext/crypto): duplicate RsaHashedImportParams types (#13466)
Divy Srivastava
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-14
feat(ext/crypto): implement AES-GCM decryption (#13319)
Divy Srivastava
2022-01-11
feat(ext/crypto): implement AES-KW for wrapKey/unwrapKey (#13286)
Sean Michael Wykes
2022-01-05
feat(ext/crypto): implement AES-GCM encryption (#13119)
Divy Srivastava
2022-01-03
feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)
Sean Michael Wykes
2021-12-16
feat(ext/crypto): support importing ECSDA and ECDH (#13088)
Sean Michael Wykes
2021-12-14
feat(ext/crypto): support exporting RSA JWKs (#13081)
Luca Casonato
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-12-05
feat(ext/crypto): implement unwrapKey (#12539)
Divy Srivastava
2021-10-12
feat(ext/crypto): implement deriveKey (#12117)
Divy Srivastava
2021-10-11
feat(ext/crypto): implement AES-CBC encryption & decryption (#12123)
Divy Srivastava
2021-10-08
feat(ext/crypto): implement deriveBits for ECDH (p256) (#11873)
Divy Srivastava
2021-10-03
fix(ext/crypto): missing Aes key typings (#12307)
Divy Srivastava
2021-10-01
feat(ext/crypto): implement wrapKey (#12125)
Divy Srivastava
2021-09-14
feat(ext/crypto): import RSA pkcs#8 keys (#11891)
Divy Srivastava
2021-09-12
fix(ext/crypto): add HkdfParams and Pkdf2Params types (#11991)
Divy Srivastava
2021-09-11
feat(ext/crypto): verify ECDSA signatures (#11739)
Divy Srivastava
2021-08-29
feat(ext/crypto): support JWK export for HMAC (#11864)
Divy Srivastava
2021-08-27
feat(ext/crypto): support JWK import for HMAC (#11716)
Divy Srivastava
2021-08-24
feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
Divy Srivastava
2021-08-24
fix(ext/crypto): KeyAlgorithm typings for supported algorithms (#11738)
Divy Srivastava
2021-08-23
fix(ext/crypto): remove duplicate Algorithm interface defination (#11807)
Feng Yu
2021-08-17
fix(ext/crypto): exportKey() for HMAC (#11737)
Divy Srivastava
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl