From 94c7f7c6f9443a0c1616e3419013e3424383526f Mon Sep 17 00:00:00 2001 From: Franziskus Kiefer Date: Fri, 9 Jul 2021 16:23:34 +0200 Subject: [PATCH] update readme --- Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b1ef57b..54819d4 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ [![crates.io][crate-badge]][crate-link] [![Docs][docs-main-badge]][docs-main-link] -An implementation of [HPKE](https://cfrg.github.io/draft-irtf-cfrg-hpke/draft-irtf-cfrg-hpke.html) using [Evercrypt](https://github.com/franziskuskiefer/evercrypt-rust). +An implementation of [HPKE] using [Evercrypt]. This version is compatible with draft-09. @@ -40,7 +40,9 @@ This version is compatible with draft-09. [github-actions-link]: https://github.com/franziskuskiefer/hpke-rs/actions/workflows/rust.yml?query=branch%3Amain [drone-badge]: https://img.shields.io/drone/build/franziskuskiefer/hpke-rs?label=ARM%20BUILD&style=for-the-badge [drone-link]: https://cloud.drone.io/franziskuskiefer/hpke-rs -[crate-badge]: https://img.shields.io/crates/v/evercrypt-sys.svg?style=for-the-badge +[crate-badge]: https://img.shields.io/crates/v/hpke-rs.svg?style=for-the-badge [crate-link]: https://crates.io/crates/hpke-rs [docs-main-badge]: https://img.shields.io/badge/docs-main-blue.svg?style=for-the-badge [docs-main-link]: https://www.franziskuskiefer.de/hpke-rs/hpke_rs/index.html +[Evercrypt]: https://github.com/franziskuskiefer/evercrypt-rust +[HPKE]: https://cfrg.github.io/draft-irtf-cfrg-hpke/draft-irtf-cfrg-hpke.html