Danilo Bassi
Danilo Bassi
If you console log the `result` variable on the code I provided, this is what you'll see: ``` typescript Uint8Array(643932) [ 0, 0, 0, 0, 0, 0, 0, 0, 0,...
@msprotz it caught my attention that the last npm publish of the `hacl-wasm` was 1 year ago and the web assembly file for this algorythm was updated 4 month ago,...
Hi, hope you doing good. Was there any workaround for this issue?
I found this in the source code. ``` ts /** * Send an `m.key.verification.start` event to start verification via a particular method. * * Implementation of {@link Crypto.VerificationRequest#startVerification}. * *...
> 1. If you can _display_ a QR code, call `request.generateQRCode`, and display it. You can do this at the same time as offering the user options 2 and/or 3....
> Does the other side report support for `m.qr_code.scan.v1` and `m.reciprocate.v1` in its `m.key.verification.request` / `m.key.verification.ready` request? Yes, I am not setting `ICreateClientOpts.verificationMethods` directly. I've tried before, but it didn't...