From 947dfbd1431cf85cea0170639fcc4f3d796cfaf5 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 2 Sep 2018 14:26:27 -0700 Subject: Small cleanup Closes #981 --- openssl/src/rsa.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/src/rsa.rs') diff --git a/openssl/src/rsa.rs b/openssl/src/rsa.rs index d2131d28..938b97db 100644 --- a/openssl/src/rsa.rs +++ b/openssl/src/rsa.rs @@ -3,7 +3,7 @@ //! RSA is one of the earliest asymmetric public key encryption schemes. //! Like many other cryptosystems, RSA relies on the presumed difficulty of a hard //! mathematical problem, namely factorization of the product of two large prime -//! numbers. At the moment there does exist an algorithm that can factor such +//! numbers. At the moment there does not exist an algorithm that can factor such //! large numbers in reasonable time. RSA is used in a wide variety of //! applications including digital signatures and key exchanges such as //! establishing a TLS/SSL connection. -- cgit v1.2.3