From 6c04e6f36907e771c7f79ef5cc022d37e45fe945 Mon Sep 17 00:00:00 2001 From: 0xphen <127856072+0xphen@users.noreply.github.com> Date: Sun, 22 Oct 2023 14:06:07 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c54548..12ae494 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Repository with Rust 🦀 implementations of select cryptographic algorithms to reinforce my understanding. +This repository contains Rust 🦀 implementations of certain cryptographic algorithms, serving to strengthen my understanding of them. ## List of cryptography algorithms This list contains cryptographic primitives and mathematical structures that I want to implement.