Skip to content

Commit

Permalink
update README.md for CryptoProvider Trait link
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Sep 3, 2023
1 parent 21a7561 commit 659d652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ are two cryptography providers implemented right now:
- [RustCrypto](https://github.com/RustCrypto) based crypto provider

Other cryptography providers, like [openssl](https://github.com/sfackler/rust-openssl) or
[boring](https://github.com/cloudflare/boring), are also possible, see [CryptoProvider Trait](https://github.com/webrtc-rs/rmls/blob/bca90809d1f7b1db2b8dbab2b6df3125df8f3cfc/src/crypto/provider/mod.rs#L51) for more
[boring](https://github.com/cloudflare/boring), are also possible, see [CryptoProvider Trait](https://docs.rs/rmls/latest/rmls/crypto/provider/trait.CryptoProvider.html) for more
details.

## Open Source License
Expand Down
2 changes: 1 addition & 1 deletion rmls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ are two cryptography providers implemented right now:
- [RustCrypto](https://github.com/RustCrypto) based crypto provider

Other cryptography providers, like [openssl](https://github.com/sfackler/rust-openssl) or
[boring](https://github.com/cloudflare/boring), are also possible, see [CryptoProvider Trait](https://github.com/webrtc-rs/rmls/blob/bca90809d1f7b1db2b8dbab2b6df3125df8f3cfc/src/crypto/provider/mod.rs#L51) for more
[boring](https://github.com/cloudflare/boring), are also possible, see [CryptoProvider Trait](https://docs.rs/rmls/latest/rmls/crypto/provider/trait.CryptoProvider.html) for more
details.

## Open Source License
Expand Down

0 comments on commit 659d652

Please sign in to comment.