-
### Prerequisites
* [x] Checked the developer manual
* [x] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=repo%3Alibtom%2Flibtomcrypt
* [x] Checked that your issu…
J08nY updated
6 years ago
-
**Describe the bug**
Build failure caused by C++20 compiler change: template-id not allowed for constructor in C++20
**To Reproduce**
Steps to reproduce the behavior:
1. Download git repo on Fed…
-
D20201208T190246
## links
* [misc oids · Issue #431 · timotheecour/Nim](https://github.com/timotheecour/Nim/issues/431)
* [random](https://nim-lang.github.io/Nim/random.html)
-
g++ -o Release/bOPRFmain.exe -Wl,-gc-sections -pthread -LRelease -L/root/compile/kkrt16/bark-oprf/Release -L./thirdparty/linux/boost/stage/lib -L./thirdparty/linux/cryptopp -L./thirdparty/linux/mira…
-
Compile on Linux targeting windows.
`cargo build --target x86_64-pc-windows-gnu --release --verbose`
```
Running `rustc --crate-name jemalloc_sys /usr/local/cargo/registry/src/github.com-1ecc6…
-
Hello,
I seem to be getting deterministic "randomness" when calling random.generateData that's been initialized for SecureRandom.
I started working from the template found here:
https://githu…
-
I don't see a way to initialize `ChaChaRng` with an arbitrary counter value.
I picked ChaCha because it is a great PRNG with a counter / "random access" / "fast forwarding". From [Wikipedia](https:…
xpe updated
11 months ago
-
This is sample implementation of PRNG called sfc32 from PractRand:
``` c++
hc::array_view state(4);
// seed state somehow
parallel_for_each(hc::extent(1), [=](hc::index i) [[hc]]
{
unsigned int…
-
[@mcelrath's beginnings of a sketch of a design](https://github.com/zcash/zcash/issues/713#issuecomment-222342106)
I love this idea! Of all of the dozens or hundreds of blockchain-related ideas that …
-
We'll need to generate random numbers preferably not hand-coded; PyOpenCL uses [`RANLUX`](https://bitbucket.org/ivarun/ranluxcl/).