summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/ctr.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-3/+3
* Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-4/+4
* Refactoring style unlesselse.Florian Wininger2019-08-231-7/+1
* Updated rubocopMiklos Fazekas2018-03-211-1/+1
* Fix uninitialized SimpleDelegatorMiklos Fazekas2018-02-081-0/+1
* Fix aes in case of resetMiklos Fazekas2018-02-061-0/+13
* fix rubocopMiklos Fazekas2018-02-061-1/+3
* Use OpenSSL for aes*-ctrMiklos Fazekas2018-02-061-0/+9
* improve CTR speed by not mutating the remaining string in a loopHarald Sitter2018-02-051-3/+6
* Changing the syntax of singleton methods in CTR cipherckaushik2016-06-201-9/+7
* implement many algorithmsRyosuke Yamazaki2012-03-261-0/+95