Commit graph

4 commits

Author SHA1 Message Date
sven-n
db15dea508
Code improvements with C#10 features (#230)
The most changes are obviously by usage of the global using and file namespace features.
Additionally, because I was in a flow, I changed all private field names to start with an underscore.
2021-11-13 13:21:31 +01:00
sven-n
18211a73c9 Added a extension method to IConnection to safely write data 2018-10-16 07:43:23 +02:00
sven-n
8ceec534ee Made entry class static 2018-10-12 07:09:04 +02:00
sven-n
401b4d3c0b Added a benchmark comparism
It compares the performance between the pipelined and the non-pipelined version of the simplemodulus encryption algorithm.
2018-10-12 06:31:18 +02:00