-
This is an alternative approach due to the problem in #7230.
This might be solved by PR #7333.
The proc `fails_always` will trigger "Cannot generate code for: bits" as soon as it is uncommented.
…
-
The first hashing algorithm I introduced was PBKDF2. This is a good accepted standard. But nowadays there are others that may be better.
[Argon2](https://cryptobook.nakov.com/mac-and-key-derivation…
-
We've now got a bunch of logic in the `cmake` directory that can turn on lots of compiler architecture-specific optimization flags. We need to sort out how to actually use it. Also, we need to verify …
-
Iddo: blake3-224 or standard blake3-256 or blake2-224, note that blake3 is faster in large part because of reduced rounds (other than that it has better parallelism), we won't make final decision yet,…
avive updated
4 years ago
-
I don't see how to use salt, personalization etc in combination with keyed hashing, without copy-pasting the memset/memcpy logic inside blake2b_init_key. Am I missing something that should have been o…
tv42 updated
10 years ago
-
Are there any plans to incorporate this version into the [official BLAKE2 implementation](https://github.com/BLAKE2/BLAKE2)?
I've noticed that on my system (Arch Linux, Intel i5-4590), `sha1sum` is…
-
In the [Cryptography Practices](https://github.com/OWASP/Go-SCP/tree/master/src/cryptographic-practices) section we say the following:
> MD5 is the most popular hashing algorithm, but securitywise …
-
You appear to be hardcoding SHA-2, this is a really bad idea as SHA-2 might be broken at some point or others may prefer a faster function, such as BLAKE2. You should follow the standard procedure an…
-
Hi btrfs devs. Some suggestions related to hashing algorithms:
Make xxHash 64-bit as default hashing algorithm on new btrfs partition creating.
Add support for:
- xxHash3 64-bit;
- xxHash3 128…
-
```
../src/binding.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Hash::Copy(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/binding.cpp:234:80: error: no matching function for call to ‘v8::…