Go to file
2018-12-22 16:08:49 +00:00
.vscode add vscode tasks 2018-12-22 16:08:49 +00:00
src introduce version enum 2018-12-22 11:31:27 +00:00
tests introduce version enum 2018-12-22 11:31:27 +00:00
.gitignore Ignore intellij files 2018-08-17 17:58:42 +01:00
Cargo.lock upgrade deps 2018-12-20 16:47:28 +00:00
Cargo.toml specify license in package metadata 2018-12-22 11:58:37 +00:00
LICENSE Initial commit 2018-08-14 19:59:05 +01:00
README.md WIP on acceptance test 2018-09-02 11:13:37 +01:00
rust-toolchain add toolchain 2018-12-20 16:47:22 +00:00
rustfmt.toml rustfmt config 2018-10-04 13:42:39 +01:00

Goals:

  • fast
  • using max bandwidth
  • memory usage limit
  • encryption by default - asymmetric, creates a keypair for you
  • deduplication
  • fuzzy find by file name in stored files

Implementation:

  • hash -> file and file -> hash indexes
  • use vfs to store both db and data files, create a new one when old one too big
  • start with simple read file -> hash -> encrypt -?> send
  • test with randomly created dirs and files, with property based tests and fuzzer