From b0b231022ddeeded424dc71379ecb1f9840e2d39 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 26 Oct 2022 10:23:19 +0200 Subject: [PATCH] Fix: typos Fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63f0807a..5a255d21 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Collection of [cryptographic hash functions][1] written in pure Rust. -All algorithms reside in the separate crates and implemented using traits from [`digest`] crate. +All algorithms reside in separate crates and are implemented using traits from [`digest`] crate. Additionally all crates do not require the standard library (i.e. `no_std` capable) and can be easily used for bare-metal or WebAssembly programming. ## Supported Algorithms @@ -51,7 +51,7 @@ See the [Security] page on Wikipedia for more information. ### Crate Names -Whenever possible crates are published under the the same name as the crate folder. +Whenever possible crates are published under the same name as the crate folder. Owners of `md5` [declined](https://github.com/stainless-steel/md5/pull/) to participate in this project. This crate does not implement the [`digest`] traits, so it is not interoperable with the RustCrypto ecosystem. This is why we publish our MD5 implementation as `md-5` and mark it with the :exclamation: mark.