- Jul 11, 2021
-
-
souma.sumire authored
-
- Jul 05, 2021
- Jul 04, 2021
- Jul 01, 2021
-
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
These constructors take user-provided random data, and will always result in equivalent objects when provided with the same parameters. https://lily.kazv.moe/kazv/libkazv/-/issues/14
-
tusooa authored
In makeSdk (and makeDefaultEncryptedSdk) we made the random generator optional. If a custom one is not specified, we use one constructed from std::random_device. If a custom one is specified, use that one for RandomInterface. https://lily.kazv.moe/kazv/libkazv/-/issues/14
-
tusooa authored
-
tusooa authored
We should convert ucharMax back to unsigned int so it does arithmetic operations in the larger range.
-
tusooa authored
-
- Jun 27, 2021
-
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
As Debug and Prod builds are not binary-compatible with each other, we do not want to use the NDEBUG flag to determine whether to use the thread-safety helper, as it will disallow Prod programs to be built against Debug library, and vice versa.
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
As lager cursors are not thread-safe to use, we need to differentiate between cursors in different threads. We also need to store a cursor in Deps that is suitable to use in the event loop thread. https://lily.kazv.moe/kazv/libkazv/-/issues/17
-
tusooa authored
-
- Jun 22, 2021
- Jun 20, 2021
-