From 8249f97781e755000732e080ee458bf0740ffbc1 Mon Sep 17 00:00:00 2001 From: David Bonet Date: Wed, 21 Oct 2020 15:24:47 +0200 Subject: [PATCH] Add deprecation warning --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a24d25da..e29733cf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ A (mostly) pure-Rust implementation of various common cryptographic algorithms. +--- + +# Deprecation warning + +This project is no longer maintained. You can use: [https://github.com/RustCrypto/](https://github.com/RustCrypto/). + +--- + Rust-Crypto seeks to create practical, auditable, pure-Rust implementations of common cryptographic algorithms with a minimum amount of assembly code where appropriate. The x86-64, x86, and ARM architectures are supported, although the x86-64 architecture receives the most testing.