浏览代码

add information about development

Chelsea H. Komlo 5 年之前
父节点
当前提交
3350a615da
共有 1 个文件被更改,包括 13 次插入0 次删除
  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
 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.