瀏覽代碼

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