-
Hi, I'm having a little trouble converting my data to use in the `RSA.signPSS` function. I've worked out that the `signature` parameter should be a base64 string, but I can't work out how to encode th…
-
I ran into what seems like a double-free when using `Uint8Array` in an `async fn`.
Unfortunately, I don't have a small reproducible test, but the scenario looked like the following (simplified to hig…
-
The tc39 [Uint8Array to/from base64 and hex](https://github.com/tc39/proposal-arraybuffer-base64) proposal is stage 3.
Support for this would significantly reduce boilerplate code.
Examples:
``…
-
Caching a Uint8Array of wasm.memory.buffer across calls to WebAssembly.instanitate causes a use-after-free in the WebAssembly::MemoryInstance.
This is easy to reproduce by inverting this patch to t…
-
const senderPrivateKey = this.privateKey; let seqno = await this.wallet.methods.seqno().call(); if (seqno === null || seqno === undefined) { seqno = 0; } const amount = TonWeb.utils.toNano(tokenAmount…
-
Currently msgpackp uses DataView to operate with float64
The problem is that potential attacker can hook `DataView` class or `Uint8Array` class and listen for messages
Example of such attack:
``…
-
### Description
I'm trying to manually convert base64 data to a Blob and vice versa. To do this I create a `Uint8Array` from the base64 data (with `atob` - polyfilled with `base-64`).
For exampl…
-
-
I've created this small project to let you reproduce the compilation errors: https://github.com/yaniferhaoui/viem-permissionless-zerodev-bug/
Running `nest start --watch` fail because of some compi…
-
Cookbook docs out of date? Args for zarr.create are different from @zarrita/core docs.
https://zarrita.dev/cookbook.html#create-an-array
```
import * as zarr from "zarrita";
import { FileSyste…