-
_tl;dr - This is a a collection of lessons learned from implementing OpenPGP.js v2.0 and a thought experiment of how a future WebAssembly based cipher suite compiled from a well tested C library could…
-
I get a crash whenever I try to start the cronet engine. I can get the version string without any issues though.
The log says:
```
F/chromium(17045): [0418/210141.455792:FATAL:jni_android.cc(96)]…
-
When I generate a CMS `EnvelopedData` containing a `KeyAgreeRecipientInfo`, the recipient info will have an `OriginatorPublicKey` whose key's `AlgorithmIdentifier` is missing the curve name -- [Which …
-
I opened already a ticket on the [demo page](https://github.com/Azure-Samples/active-directory-verifiable-credentials/issues/12), but I think the issue might be more related to the SDK here.
It see…
-
`@octokit/webhooks` can already be used in browser's today, but the build size is huge, because [Node's `crypto` API](https://nodejs.org/api/crypto.html) needs to be polyfilled. We need to create a un…
-
Is there any example to get it running with Angular?
I added `import * as blockstack from 'blockstack';` but all I get is:
```
ERROR in node_modules/blockstack/lib/encryption/ec.d.ts:2:21 - e…
negue updated
3 years ago
-
I am using Javascript to try to verify the output of the ATECCx08 chip. The information I am attempting to verify is as follows:
```
uint8_t message[32] = {
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0…
-
@selfissued wrote:
> We should be removing public key formats from the spec - not adding them. We should get down to one key format to increase interoperability of implementations - preferably JWK.
…
-
In v0.13.5 and probably earlier, riot-web does not work in IE11 at all without adding a few shims
To work at all: https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill
Couldn'…
-
see https://nodejs.org/api/webcrypto.html
Please record to README file, thanks
septs updated
3 years ago