-
List of "would be nice to have" hash functions:
- [ ] [BLAKE](https://131002.net/blake/) #46
- [x] [cSHAKE](http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf)
- [ ] Paralle…
-
1. 224, 256, 384 and 512 bit hash for each of these algorithms
2. Allow stripped variable outputs (like SHA512-256 or SHA512-384)
Note: All SHA2 candidates uses the same basic input-output formats…
-
1. file hash visualization
2. extended length hash for skein and [more](https://github.com/coruus/sphlib) (1024bits and [beyond](https://github.com/nicehash/cpuminer-multi))
3. Python wrapper for in…
-
Hello, whenever I try to run this to mine Monero, or AEON, I get the following error. Please let me know what troubleshooting I should try to resolve this issue, thank you!
`[2017-10-11 22:46:11] …
-
# This issue should stay perpetually open. When new formats are added to pass_gen.pl (or we have some other technique to generate them), they should be added here.
Also, when new formats are added t…
jfoug updated
8 years ago
-
Is it possible to split the hash into multiple parts and distribute it to different inkblots (possibly a 2x4 or 3x3 grid for 8 blots)?
Also is it possible to overlay one inkblot on top of another w…
-
Here are some example encodings that we can experiment for use in SHA2/SHA3/BLAKE2/Skein
A: 0.992674 base85 32-bits x=5.0 (done)
A: 0.972262 base57 64-bits x=11.0 (might be redundant)
A: 0.954324 b…
-
Since SHA3 is a hash algorithm of the keccak permutation (also used in LibDisco/Strobe as AEAD),
is it possible to turn NORX into a hash function, and if so, how fast is it (in C, Go and Python3)?
-
https://shattered.io/
https://shattered.io/static/shattered.pdf
SHA1 should be replaced soon in RetroShare
-
Methods for saving space:
Compress long integer variable into larger bases and removing trailing zeros
Long string or byte data compression using LZMA, uncompressed when used
Multiple formats of Ba…