Skip to content

Releases: Mathemalsky/turinga

turinga21-2022-07-13

13 Jul 10:32
8befc2c
Compare
Choose a tag to compare
fix typos and extend explaination slightly

turinga21-2022-07-12

12 Jul 13:17
107f754
Compare
Choose a tag to compare
Merge pull request #53 from Mathemalsky/replace-srand-by-csprng

introduce chacha instead of srand()

turinga21-2022-05-17

17 May 12:43
708e734
Compare
Choose a tag to compare
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

14 May 10:00
881e784
Compare
Choose a tag to compare
provide dll on windows

change linkage for auto releases

turinga21-2022-05-11

11 May 14:02
a6c1908
Compare
Choose a tag to compare
Merge pull request #49 from Mathemalsky/link-staticly-on-windows

link auto releases for windows statically

turinga21-2022-04-19

19 Apr 20:00
8ee889b
Compare
Choose a tag to compare
Merge pull request #48 from Mathemalsky/fix-random-seeding

fix random seeding

turinga21-2022-04-18

18 Apr 17:01
5601db2
Compare
Choose a tag to compare
Merge pull request #47 from Mathemalsky/document-rotate

document and analyse rotate

turinga21-2022-03-05

05 Mar 11:47
Compare
Choose a tag to compare
change to specify windows server 2019

turinga21-2022-02-28

28 Feb 18:27
c5269d5
Compare
Choose a tag to compare
Merge pull request #46 from Mathemalsky/change-key-structure

adjust the syntax help to operating system

turinga21-2022-02-04

04 Feb 09:38
ea8f73b
Compare
Choose a tag to compare
Merge pull request #43 from Mathemalsky/seed-based-generation

introduce seed based generation of rotors