Skip to content

Commit

Permalink
Add note on how to open documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakSundeSingh committed May 26, 2021
1 parent 5cc2dae commit 8bf6a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
An implementation of the [Paillier cryptosystem](https://en.wikipedia.org/wiki/Paillier_cryptosystem) based on the Wikipedia article, to investigate simple homomorphic cryptosystems.
This library was a research project and is not optimized nor meant for production usage.

Usage can be seen in the [tests](./tests/encryption_tests.rs)
Usage can be seen in the [tests](./tests/encryption_tests.rs) or see the (simple) documentation with `cargo doc --open`.

0 comments on commit 8bf6a11

Please sign in to comment.