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
/
00_crypto.js
Age
Commit message (
Expand
)
Author
2021-09-11
feat(ext/crypto): implement HKDF operations (#11865)
Divy Srivastava
2021-09-11
feat(ext/crypto): verify ECDSA signatures (#11739)
Divy Srivastava
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
2021-08-31
feat(ext/crypto): AES key generation (#11869)
Luca Casonato
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-26
feat(ext/crypto): implement importKey and deriveBits for PBKDF2 (#11642)
Divy Srivastava
2021-08-24
feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
Divy Srivastava
2021-08-17
fix(ext/crypto): exportKey() for HMAC (#11737)
Divy Srivastava
2021-08-16
fix(ext/crypto): enable non-extractable keys (#11705)
Divy Srivastava
2021-08-15
fix(ext/crypto): fix copying buffersource (#11714)
Divy Srivastava
2021-08-13
fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)
Divy Srivastava
2021-08-13
fix(ext/crypto): handle idlValue not being present (#11685)
Divy Srivastava
2021-08-13
fix(ext/crypto): take a copy of keyData bytes (#11666)
Divy Srivastava
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl
[prev]