-
At least some of this is coming from `` without `class="idl"`; e.g., from the WebIDL spec's description of IDL syntax.
-
Create an initial implementation, using the provided reference implementations:
https://docs.rs/getrandom/latest/getrandom/
https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues
h…
-
Will be great if lib is compatible with breaking changes in jsrsasign/jsjws
Problem is described here
https://github.com/anvilresearch/connect-jwt/pull/7
Until breaking changes are implemented, depend…
-
The node.js crypto (aka webcrypto) subtle generateKey method wraps keys in a standard API now.
One can just do if(key instanceof CryptoKey) and get the appropriate algorithm, settings and run an ex…
-
From `node-driver.ts`, `NodeCryptoDriver.encrypt`:
```js
const derivedKey = crypto.pbkdf2Sync(
key,
(salt = salt ? salt : "salt"),
100000,
32,
this.hashAlgorithm
);
```
Specifies a…
-
It looks like the `iv` length is [defaulting to 16 bytes](https://github.com/fission-codes/keystore-idb/blob/main/src/aes/operations.ts#L15)
From [this discussion](https://github.com/earthstar-proj…
-
It takes about a second to derive the next key from an ExtendedKey. Perhaps this library can make use of JSInterop for the Webcrypto APIs when the platform is 'browser'.
-
These 3 apis are what make this project possible. Bindings to some might already exist, link them if so.
- [x] WebRTC: The obvious one, @bsansouci started this already (for jsoo) [here](https://gi…
-
WebCrypto requires implementations to be able to distinguish between the OIDs `rsaEncryption`, `sha1WithRSAEncryption`, `sha256WithRSAEncryption`, `sha384WithRSAEncryption`, `sha512WithRSAEncryption`,…
-
**Describe the bug**
When running tests for Yjs with `react-scripts test`, import of `lib0/webcrypto` inside `lib0/dist/random.cjs` causes test failure with "SyntaxError: Unexpected token 'export'".
…