aboutsummaryrefslogtreecommitdiff
path: root/cryptfs/nonce.go
AgeCommit message (Collapse)Author
2015-10-07Run go fmtJakob Unterwurzacher
2015-10-04Switch nonce generation to purely randomJakob Unterwurzacher
The old implementation of counting up from a random starting point had the problem that is allowed an attacker to find out the write order of the blocks.
2015-10-04Run go fmtJakob Unterwurzacher
2015-09-13Implement json config storage (not yet encrypted)Jakob Unterwurzacher
2015-09-05Use Debug object instead of fmtJakob Unterwurzacher
2015-09-03Split into FS and FileJakob Unterwurzacher