aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto.rs
Commit message (Collapse)AuthorAgeFilesLines
* sort-of-working cryptobnewbold2016-05-301-6/+6
| | | | With XSalsa20, performance really isn't very good.
* WIP: partially working buffered cryptobnewbold2016-05-301-13/+68
|
* BROKEN: initial implementation of cryptobnewbold2016-05-301-0/+78
I think it's going to be necessary to implement buffered reading after all.