mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-16 11:31:22 +00:00
Switch noise from the RingResolver to the DefaultResolver (#1439)
* hmm... * Switch snow resolver to default * Fix documentation * Use the sha2 crate for sha512 hashing * Use ring on native * Use different features on different targets Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
@ -181,7 +181,6 @@ pub use libp2p_mplex as mplex;
|
||||
#[cfg(not(any(target_os = "emscripten", target_os = "unknown")))]
|
||||
#[doc(inline)]
|
||||
pub use libp2p_mdns as mdns;
|
||||
#[cfg(not(any(target_os = "emscripten", target_os = "unknown")))]
|
||||
#[doc(inline)]
|
||||
pub use libp2p_noise as noise;
|
||||
#[doc(inline)]
|
||||
|
Reference in New Issue
Block a user