소스 검색

More updates to the README

Ian Goldberg 5 년 전
부모
커밋
7c3d15948c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -16,6 +16,12 @@ update epochs, but not within a single epoch.
 
 ## Use
 
+You will need rust and cargo installed to use this library.  The library
+was successfully tested with rustc 1.38.0.  See the tests in
+[vss.rs](src/vss.rs#L167) for examples of how to use the library.
+
+Do not use this code in production.
+
 Note that this library does not provide support for serialization and
 deserialization of shares in order to securely transmit and store shares after
 they have been generated. Furthermore, the caller of ```generate_shares``` will