-
### What is the URL of the page with the issue?
https://pkg.go.dev/search?q=blake2
### What did you do?
Searched for `blake2` at pkg.go.dev
### What did you expect to see?
Search res…
-
Getting following error when running `make` on raspberry pi 4:
```
root@pi:~/amneziawg-linux-kernel-module/src# make
CWD=$(pwd); \
cd /root/amneziawg-linux-kernel-module/src/generated; \
for pa…
-
ARM Cortex-M3 is a little endian and with NATIVE_LITTLE_ENDIAN I expected performance to increase. However, it instead decreases.
For 1M cycles of hashing a 32-byte message on Teensy 3 (ARM Cortex-M…
-
Hello im having trouble with executing winpayloads. I just cant install module named Random, was trying to find but i dont find anything
Traceback (most recent call last):
File "./WinPayloads.py…
-
BLAKE2X is described in [this paper](https://blake2.net/blake2x.pdf) and is an extended version of BLAKE2b / BLAKE2s, which can produce hash values up to 256 GiB for the 64 bit version and 128 GiB for…
-
Hi,
could you please benchmark against BLAKE2b and BLAKE2s if it's not too much hassle?
It tries to be a very fast cryptographically secure hash function. I believe it to be still ballpark 10x slower…
kwinz updated
5 years ago
-
looking at the BLAKE2 docs, it's designed for 64bit CPUs, Argon2 uses BLAKE2 internally, perhaps switching it out for BLAKE2s would make it more friendly on mobile devices that don't support 64bit pro…
-
Data that includes null bytes seems to throw an exception:
> > > import blake2
> > > blake2.blake2('\x02\x01')
> > > 'c9b2d35d76fb7c0d8ffe8d5342d869b2237569d57e1f9415ee732f802e17e9a384f390834addad4a0…
veorq updated
7 years ago
-
https://github.com/multiformats/multihash/blob/master/hashtable.csv says:
blake2s-256 0xb260
blake2b-256 0xb220
blake2s-256 and blake2b-256 for the same input generate different hashcodes of …
-
pi@malinaPi:~/TrezarCoin/src $ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -O2 -fomit-frame-pointer -fno-stack-protector -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wforma…