Releases: Mathemalsky/turinga
Releases · Mathemalsky/turinga
turinga21-2022-07-13
fix typos and extend explaination slightly
turinga21-2022-07-12
Merge pull request #53 from Mathemalsky/replace-srand-by-csprng introduce chacha instead of srand()
turinga21-2022-05-17
Merge pull request #52 from Mathemalsky/rework-overloaded-what-function - rework overloading of `what()` from `std::exception` - add `noexcept` keyword to some functions - inline functions for time measurement - turn of warnings for some specific lines of code
turinga21-2022-05-14
provide dll on windows change linkage for auto releases
turinga21-2022-05-11
Merge pull request #49 from Mathemalsky/link-staticly-on-windows link auto releases for windows statically
turinga21-2022-04-19
Merge pull request #48 from Mathemalsky/fix-random-seeding fix random seeding
turinga21-2022-04-18
Merge pull request #47 from Mathemalsky/document-rotate document and analyse rotate
turinga21-2022-03-05
change to specify windows server 2019
turinga21-2022-02-28
Merge pull request #46 from Mathemalsky/change-key-structure adjust the syntax help to operating system
turinga21-2022-02-04
Merge pull request #43 from Mathemalsky/seed-based-generation introduce seed based generation of rotors