-
A proposal to add Curve25519 was [brought to the TAG](https://github.com/w3ctag/design-reviews/issues/466):
https://github.com/tQsW/webcrypto-curve25519/blob/master/explainer.md
I thought it would…
-
Hi! I was trying to develop a new web extension when this error popped up in the web VS Code log. Can you help me fix it? Thanks!
`[window] [error] Can't compute sha-256: Error: Can't compute sha-2…
-
### Specification
ID generation is used in many places in PK. But the IDs must have different properties depending on the usecase.
The properties we care about are:
* Decentralised vs Central…
-
Web frontend needs an encryption module in JS based on Bitwarden authentication and encryption flow. WebCrypto API and Mozilla DOM examples should be used for this.
-
### Specification
Indexing is the act of creating a separate data structure that makes it faster to lookup data on a primary data structure.
PK has several domains that require secondary indexin…
-
I've just hit this issue:
https://github.com/vitejs/vite/issues/2329
Would it be possible to update the `package.json` semantics so that this is easier for consumers of the package?
-
Like the one in `std/hash` https://github.com/denoland/deno_std/blob/main/hash/_fnv
-
[jsSHA](https://github.com/Caligatio/jsSHA) looks much more compact than [forge](https://github.com/digitalbazaar/forge).
-
### Issue description or question
Not sure which version has started causing this, but I'm now seeing an `Unexpected token '='` from Wallaby whenever it encounters a static class property. There ha…
-
Now that node has a decent API to deal with cryptographic keys, users have requested features to access parts of keys, e.g. the modulus of an RSA key or the curve name of an EC key. @sam-github and I …