-
I am trying to compile WASM for a library using the instruction which I found on this page:
https://emscripten.org/docs/compiling/Building-Projects.html
It says _"To build with Emscripten, you wou…
-
this is what the logfile says:
3456 verbose stack Error: blake2@4.1.1 install: `node-gyp rebuild`
3456 verbose stack Exit status 1
3456 verbose stack at EventEmitter. (/home/nodeproxy/.nvm/ve…
-
Here are opcodes implementations that Constantine can provide (BigInt or cryptography related, stateless)
See: https://ethereum.org/en/developers/docs/evm/opcodes/
- Opcodes
- [ ] Arithmetic: A…
-
-
### Description
I appear to have hit some kind of frustrating edge case with poetry, mise, and fish shell. If I run `poetry shell`, the venv python isn't the one used, instead the global mise python …
-
-
Hi,
Is it possible to add BLAKE2b support?
Maybe it's possible to use this package:
https://github.com/tesseract-one/Blake2.swift
Thank you.
-
Currently Nanollet has an option to show the SeedFY corresponding to the wallet.
If possible, it would be good to have a way to access the standard seed instead.
This could help to improve interop…
-
Should we change our hash function from SHA-256 to Blake2b256?
It's used by many of the new projects -- rchain, cardano, etc. And it's faster: https://blake2.net/
No rush on this -- would just n…
-
I just captured a Linux perf CPU profile from the build in https://github.com/burrowers/garble/pull/472 with an empty cache:
```
$ rm -rf /tmp/gocache; GOCACHE=/tmp/gocache GOMAXPROCS=1 GOGARBLE=*…