-
- [ ] `Makefile`: remove references to cuckoo/mean/lean etc.
- [x] `blake2b`: use a single header + implementation (reconcile `blake2b`/`blake2`)
- [x] `headers.c`: remove unused code
- [x] `cuda.c…
-
- **Remove cryptoNode import!** Requires to ditch support for nodejs v18 (EOL 30 Apr 2025)
- Remove import maps. Change `@noble/hashes/sha3` to `@noble/hashes/sha3.js`
- Import maps are not brow…
-
Maybe I'm misunderstanding the manual, but to me it seems like `-a` and `-p` contradict themselves:
```
-a --algorithm=name (default: blake2b)
-p --paranoid / -P --less-paranoid (default)
• -P i…
-
Ultimately we want to have the JIT support the full language, but for a first milestone, we're trying to get it to compile all the things needed for Unison Cloud so we can run the JIT on all the cloud…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### Operating system
Windows
### GPU vendor
Nvidia (CUDA)
### GPU model
4090
### GPU VRAM
24
### Ve…
-
blake2b-py currently doesn't support compiling for pypy 3.7 without additional configuration (assuming rust is installed)
```
$ pip install blake2b-py
...bash
Building wheels for collected packa…
-
in #1228 , we introduced the capability where SPDX parser ignores hashes of empty files - as there's a lot of empty files they introduce a large star graph with a lot of edges.
The implementation …
-
> memset( S->buf + S->buflen, 0, 2 * BLAKE2B_BLOCKBYTES - S->buflen ); /* Padding */
should be
memset( S->buf + S->buflen, 0, BLAKE2B_BLOCKBYTES - S->buflen ); /* Padding */
-
On an [Exherbo](https://exherbo.org/) install with an i5 M-series CPU, I cannot get `./configure --pic && make shared` to successfully build. I do not currently have another environment to test this o…
-
blake2*_final() asks for outlen only to check if it's the same as the internal one:
```
int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen )
{
if(S->outlen != outlen) return -1;
```
…