cryptree 0.0.1

Folder tree Structure for cryptographic file systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Cryptree

## Components

###  Node
A node is either a Folder or a File (are there more? link node?)

Each node has a pointer to a previous version of itself.

## Questions 

- [ ] Can nodes have a skip list like pointers?