summaryrefslogtreecommitdiff
path: root/src/cipher.rs
AgeCommit message (Expand)AuthorFilesLines
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+27
2021-09-18refactor: define a Checksum type and use it where appropriateLars Wirzenius1-2/+5
2021-07-30cleanup: fix things rustc/clipppy now complain aboutLars Wirzenius1-1/+1
2021-06-04feat: do not panic if chunk nonce is unexpectedly shortAlexander Batischev1-8/+27
2021-05-31feat: add chunk encryptionLars Wirzenius1-0/+200