-
We found a segfault in `blake2_update` function and @vincenthz provided a workaround patch:
```
diff --git a/Crypto/Hash/Blake2b.hs b/Crypto/Hash/Blake2b.hs
index c22c284..19c68ba 100644
--- a/C…
-
Building with optimizations for native
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/opt.c src/run.c -o…
-
Hi,
why is the miner using the tromp_cpu b2b implementation ? According to the CMakeList, there is:
```
# cuda tromp
../../cuda_tromp/cuda_tromp.hpp
../../cuda_tromp/cuda_tromp.cpp…
-
At moment, `mdc2`, `blake2b` and `blake2s` are missing.
-
Compiling any code that uses `blake2b-rs`with target `wasm32-unknown-unknown` fails with the following:
```
user@host:~/ckb-sdk-rust-wasm-test$ sudo apt install llvm-dev libclang-dev clang lld;
use…
-
https://github.com/BitGo/blake2b
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45803](https://bugs.llvm.org/show_bug.cgi?id=45803) |
| Status | NEW |
| Importance | P enhancemen…
-
I'd like to be able to expose Rust constants (for the purpose of this issue, assume only const primitives) to C++, so they are defined in a single location. For example, I'd like to write something li…
-
This issue serves as both a request and a discussion point regarding the potential switch of the default hashing algorithm from `BLAKE2B-256-128` to `BLAKE3-256-128`.
https://github.com/kopia/kopia…
mpryc updated
3 months ago
-
**Summary**
Brief explanation of the feature.
Orion currently supports Blake2b hashing through
```
let digest = orion::hash::digest(data).unwrap();
```
which uses Blake2b-256. However,…