diff options
author | Jakob Unterwurzacher | 2016-01-10 16:13:28 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-10 16:13:28 +0100 |
commit | 551cab50f3706dc6f481c6dcb8bb837fcc368507 (patch) | |
tree | 7aa7cf5aa1921295f4c131834e0c35fdd58e847b /docs/comparison.md | |
parent | e0edbc1cdf28df6131a388f530447c503dc2ff08 (diff) |
Describe how to verify .asc signatures; fix table wrap problem
Diffstat (limited to 'docs/comparison.md')
-rw-r--r-- | docs/comparison.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/comparison.md b/docs/comparison.md index 39ac813..d8864db 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -29,7 +29,7 @@ Overview | File interface | FUSE | FUSE | in-kernel filesystem | WebDAV | FUSE | | Platforms | Linux (OSX planned [7]) | Linux, OSX; third-party Windows port | Linux only | Linux, OSX, Windows | Linux, OSX | | User interface | Command line only | Command line; third-party graphical | Integrated in login process | Graphical only; Command line planned [8] | Command line only | -| Lines of Code {1} | 3,442 | 9,320 | 7662 {2} | 9921 | 21,353 {3} | +| Lines of Code {1} | 3,442 | 9,320 | 7,662 {2} | 9,921 | 21,353 {3} | References: [[1]](https://github.com/rfjakob/gocryptfs/releases/tag/v0.1) @@ -46,7 +46,7 @@ References: Notes: {1} All computed using `cloc` {2} Counting only `fs/ecryptfs/` -{3} Counting only `sources/` +{3} Counting `sources/` General Security ---------------- |