No description
Find a file
Cyryl Płotnicki 5406fcdca1 WIP compiling
2018-09-01 09:44:13 +01:00
src WIP compiling 2018-09-01 09:44:13 +01:00
.gitignore Ignore intellij files 2018-08-17 17:58:42 +01:00
Cargo.lock WIP compiling 2018-09-01 09:44:13 +01:00
Cargo.toml WIP compiling 2018-09-01 09:44:13 +01:00
LICENSE Initial commit 2018-08-14 19:59:05 +01:00
README.md Scaffolding of a test 2018-08-18 18:39:40 +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