Skip to content

Commit

Permalink
Merge pull request #63 from marlonbaeten/patch-1
Browse files Browse the repository at this point in the history
List correct x25519-dalek crate
  • Loading branch information
franziskuskiefer committed Jan 31, 2024
2 parents 0dda0ac + 4626763 commit 7c486f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust_crypto_provider/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
![Rust Version][rustc-image]

This crate provides an implementation of the [HpkeCrypto] trait using native Rust crypto implementations
([hkdf], [sha2], [p256], [p384], [x25519-dalek-ng], [chacha20poly1305], [aes-gcm]).
([hkdf], [sha2], [p256], [p384], [x25519-dalek], [chacha20poly1305], [aes-gcm]).

Please see [hpke-rs] for more details.

[hkdf]: https://docs.rs/hkdf/
[sha2]: https://docs.rs/sha2
[p256]: https://docs.rs/p256
[p384]: https://docs.rs/p384
[x25519-dalek-ng]: https://docs.rs/x25519-dalek-ng
[x25519-dalek]: https://docs.rs/x25519-dalek
[chacha20poly1305]: https://docs.rs/chacha20poly1305
[aes-gcm]: https://docs.rs/aes-gcm
[hpkecrypto]: https://github.com/franziskuskiefer/hpke-rs/tree/main/traits
Expand Down

0 comments on commit 7c486f1

Please sign in to comment.