th4s aaffbea1ed Fix rng seed for kos15 unit tests
Encountered a failed kos15 unit test, because of some very special rng seed.

The test which failed was `test_ot_splitting_mix_pairs`, which is
expected to panic because it uses a wrong pair of split senders and
receivers. I believe that it failed (did not panic, like expected)
because  the rng seed incidentally produced some blocks, where the first
half does not differ from the second half. This probably happened because
the number of blocks produced is a random number between (1..1024) and I
expect that the number chosen by the rng seed was very small, so that
there was a high probability that this could happen.

We agreed to seed unit tests with a fixed seed, so I took this
opportunity to just do that for the kos15 unit tests.
2023-01-06 15:50:33 +01:00
2022-12-05 13:47:24 -08:00
2023-01-05 10:14:07 -08:00
2023-01-05 10:14:07 -08:00
2022-12-19 13:52:13 -08:00
2023-01-05 10:14:07 -08:00
2022-11-05 13:40:04 -07:00
2022-12-13 15:37:33 -08:00
2023-01-05 10:14:07 -08:00
2022-06-28 02:59:47 -04:00
2022-12-29 09:26:10 -08:00
2022-12-13 20:23:54 -08:00
2022-12-13 20:23:54 -08:00

TLSNotary

⚠️ Notice

This project is currently under active development and should not be used in production. Expect bugs and regular major breaking changes.

License

All crates in this repository are licensed under either of

at your option.

Description
No description provided
Readme 128 MiB
Languages
Rust 98.4%
JavaScript 0.7%
Shell 0.5%
HTML 0.2%
Noir 0.1%