Explorar el Código

More updates to the README

Ian Goldberg hace 5 años
padre
commit
7c3d15948c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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