Skip to content

Commit

Permalink
Small README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Oct 2, 2022
1 parent 3f3331a commit b53f23c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,21 @@ Feature flag list:

For info on how to omit or include feature flags, see the [cargo docs on features](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choosing-features).

Usage Examples
--------------

See the [client-server](examples/client_server.rs) example for an idea of how to use HPKE.

MSRV
----

The current minimum supported Rust version (MSRV) is 1.57.0 (`f1edd0429` 2021-11-29).

Changelog
---------

See [CHANGELOG.md](CHANGELOG.md) for a list of changes made throughout past versions.

Tests
-----

Expand All @@ -84,11 +94,6 @@ Functions benchmarked in each ciphersuite:
* `AeadCtxS::seal` with plaintext length 64 and AAD length 64
* `AeadCtxR::open` with ciphertext length 64 and AAD length 64

Usage Examples
--------------

See the [client-server](examples/client_server.rs) example for an idea of how to use HPKE.

Agility
-------

Expand Down

0 comments on commit b53f23c

Please sign in to comment.