Browse Source

add information about development

Chelsea H. Komlo 4 years ago
parent
commit
3350a615da
1 changed files with 13 additions and 0 deletions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -45,3 +45,16 @@ platform and security requirements can change how documents are encrypted, we
 opted to not include improvements for the Extended mode of operation in this
 opted to not include improvements for the Extended mode of operation in this
 library; see the paper (Figure 5 specifically) for more details.
 library; see the paper (Figure 5 specifically) for more details.
 
 
+## Development
+
+Development on this project is frozen and will not implement any additional features.
+Forking this project to extend features is welcome.
+
+Running tests for this project is standard to any Cargo library. To run tests,
+run:
+
+```
+cargo test
+```
+
+within the ```vss``` source directory.