Browse Source

More updates to the README

Ian Goldberg 4 years ago
parent
commit
7c3d15948c
1 changed files with 6 additions and 0 deletions
  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