-
the default hash for floats works by casting the value to `size_t`:
```
template struct hash
{ size_t operator()(float val) const { return static_cast(val); } };
```
this is quite bad be…
-
Strobealign currently uses [xxh64](https://github.com/ksahlin/strobealign/blob/8a0e047a451f4ff0ae74988f32695de0a0c80ea4/src/randstrobes.cpp#L38) to hash syncmers.
We could switch to a different, fa…
-
**Github username:** @rilwan99
**Twitter username:** --
**Submission hash (on-chain):** 0x371b5e930fc45b307e7ba3f3cf987136a99f803c9df0fc9b9cd4503e7737179e
**Severity:** high
**Description:**
**Descr…
-
### ⚠️ Before submitting, please verify the following: ⚠️
- [x] This is a **bug**, not a question or a configuration issue.
- [x] This issue is **not** already reported on Github (I've searched it).
…
-
**Background**
I am currently using StateSmith to develop state machines on low-power embedded platforms, specifically an STM32F103 microcontroller with a 72MHz clock speed.
The xxxSm_dispatch_event…
DGYin updated
2 weeks ago
-
Starting to ❤️ Zig.
Memento on `HashMap`: a dynamic key/value data store.
> Most of the snippets below are run in `test` mode because it detects even more **memory leaks** and the terrible "seg…
-
Compatibility layer: https://github.com/metawilm/cl-custom-hash-table/
+ [x] [SBCL](http://www.sbcl.org/manual/index.html#Hash-Table-Extensions)
+ [x] [CCL]()
+ [ ] [ECL]()
+ [x] [CMU](https://pm…
-
In the description about deniability, it says "Keep in mind that this mode slows down encryption and decryption speeds, requires you to manually rename the volume afterward, renders comments useless, …
-
I have noticed that the elliptic library v. 6.5.7 may generate incorrect ECDSA signatures and also verify incorrect ECDSA signatures.
An example for an invalid signature that is verified as true is t…
-
I'm developer of `komihash` (https://github.com/avaneev/komihash) and `prvhash` (https://github.com/avaneev/prvhash) hash functions.
If would be useful if you could include `komihash` and `prvhash6…