From 72fc1a4a1721d5007e7e0cfc2de92a18b4a02cd1 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 30 May 2024 05:54:42 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 414c7d4..1cf554c 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,6 @@ assert plaintext == plaintext2 - Maybe add support for `RSA` and `Elliptic-curve cryptography` - Saving and loading keys from file -# Contribution +# Considerations -This lib hasn't been audited, but it mostly wraps `ring` crate which is a well known and audited library, so in principle it should offer the same security level. \ No newline at end of file +This lib hasn't been audited, but it mostly wraps `ring` crate which is a well knownlibrary, so in principle it should offer the same security level.