Просмотр исходного кода

add information about development

Chelsea H. Komlo 6 лет назад
Родитель
Сommit
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
 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.