-
Some modules implement functions that receive no arguments, like `pe.imphash()` or `macho.sym_hash()`. The result of these functions could be added as part of the output produced by the `dump` command…
-
Add text input to admin panel what is main hash key. Then in lizmap webgis there should be a hash available in js like "hashkey+group". Use an easy hash function maybe the same as in jelix that hashes…
-
Peloton's current execution engine supports CRC32 and Murmur3 for the hash function used in hash joins. CityHash is not supported, yet. CityHash performance is best described, here: https://youtu.b…
-
# Describe the bug
`vector` and `unordered_map` seem to interact in an unexpected way. I can `resize` a `vector` of move-only type, I can `emplace` into an `unordered_map` of move-only `mapped_type`, …
-
**Github username:** @M0sharaff
**Twitter username:** @I_am_0xMosh
**Submission hash (on-chain):** 0x8a3525ec789d50359900a88802827191804ad2feb0008829a7edc0460535da92
**Severity:** medium
**Descripti…
-
currently only sha3 is supported. it would be interesting to allow the library to support a wider variety of hash functions and sponge permutations.
-
### Description
Many Linux distributions are moving towards using the yescrypt hash function as a modern hash function for system authentication (it's the default in latest versions of Fedora, Debian…
-
Given two strings which only differs at the last character, the hash code does not differ much. As a result, the resulted colors of these two strings are very similar.
e.g.
```
hashCode('my-repo-…
-
### Contact Details
songoku777.sw@gmail.com
### What is the idea?
Is there a way to change the hashing string of the modules and addresses? i realized that is possible to change the addresses Hash …
-
The original design choice was to use a fast function rather than a cryptographically secure one. The creator of the Murmur 3 function put a considerable amount of effort into making accidental colli…