-
**Describe the bug**
The random module does not work with react-native expo.
I have followed the instructions in the README.md (installed isomorphic-webcrypto and enabled unstable_enablePackageExp…
-
The payload verification is currently implemented using node's built-in `crypto` module:
https://github.com/copilot-extensions/preview-sdk.js/blob/06310d78c9b994ddbdec9f88f404d882b599d820/index.js#L17…
-
### Streaming WebCrypto APIs
- **Why**: Allow encryption of large files to big to fit into memory.
- **Workaround**: Manually chunk files before encrypting.
- **Discussion**: https://github.com/w…
-
- [x] #14119 added support for key generation of Ed25519 and X25519
- [x] #16140 Completes implementation for Ed25519 import/export
- [x] Fix X25519 operations (derive and import JWK) and add tests.
…
-
Support for p521 curves for ECDSA and ECDH on all relevant operations. Ideally when its part of RustCrypto https://github.com/RustCrypto/elliptic-curves
-
We would be very interested at @peergos if there was a possibility for blake3 to be included in webcrypto.
What is the feeling on blake3?
-
I think it may be useful if support [Web Crypto](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/) like [web_sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Crypto.ht…
-
**To Reproduce:**
apply
```diff
diff --git a/components/script/dom/webidls/SubtleCrypto.webidl b/components/script/dom/webidls/SubtleCrypto.webidl
index be01cebf58..414717b38b 100644
--- a/compon…
-
To avoid passing the serialized key to every op.
It lives in JS atm:
https://github.com/denoland/deno/blob/8b2989c417db9090913f1cb6074ae961f4c14d5e/ext/crypto/00_crypto.js#L362
-
We've experimented with a number of JavaScript crypto libraries (sjcl, crypto-js, jsrsasign, etc) in this package for various purposes. The most important case is verifying signatures. In the meantime…