diff --git a/README.md b/README.md index d8709b2..68fdd79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RSA (Rivest–Shamir–Adleman) asymmetric cipher in Rust +# RSA (Rivest–Shamir–Adleman) Asymmetric Cipher in Rust Samples of RSA (Rivest–Shamir–Adleman) public-key cryptosystem implementations for learning purposes @@ -97,4 +97,4 @@ D = (c ^ d) mod n ## References - [RSA in Wikipedia](https://en.wikipedia.org/wiki/RSA_(cryptosystem)) -- [FIPS 186-4, Key Pair Generation](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf#page=62) \ No newline at end of file +- [FIPS 186-4, Key Pair Generation](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf#page=62)