summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/_crypto.py
AgeCommit message (Expand)Author
2017-02-16[style] add deprecation warning on legacy decoderVictor Shyba
2017-02-16[feature] add doc size to preambleVictor Shyba
2017-02-15[tests] add tests for preamble encodingVictor Shyba
2016-12-12[feature] Add retro compat on secrets.py ciphersVictor Shyba
2016-12-12[feature] use GCM instead of CTR+HMACVictor Shyba
2016-12-12[refactor] improve blob signature magic usageVictor Shyba
2016-12-12[style] fixes from code-reviewVictor Shyba
2016-12-12[refactor] introduces a GenericWriterVictor Shyba
2016-12-12[refactor] adds PipeableWriter to pipe two streamsVictor Shyba
2016-12-12[refactor] simplify _cryptoVictor Shyba
2016-12-12[feature] make _crypto stream on decryptionVictor Shyba
2016-12-12[feature] delimit preamble from ciphertextVictor Shyba
2016-12-12[refactor] Hide IV, simplify some callsVictor Shyba
2016-12-12[docs] add docstrings for _cryptoVictor Shyba
2016-12-12[feature] Adds back support to deprecated cryptoVictor Shyba
2016-12-12[test] fix test and remove leftovers defer_encryptionVictor Shyba
2016-12-12[style] pep8Kali Kaneko
2016-12-12[tests] adapt testsKali Kaneko
2016-12-12[refactor] add SoledadCrypto interfaceKali Kaneko
2016-12-12[refactor] adapt fetcher to decryptorKali Kaneko
2016-12-12[feature] blob encryptor / decryptorKali Kaneko
2016-12-12[refactor] remove encryption poolKali Kaneko
2016-12-12[feature] streaming crypto implementationKali Kaneko