Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Jul 9, 2021
1 parent 04d54d0 commit 94c7f7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

0 comments on commit 94c7f7c

Please sign in to comment.