Skip to content

Commit

Permalink
Seed's .into() seems to work without exporting it :/
Browse files Browse the repository at this point in the history
  • Loading branch information
nstilt1 committed Nov 3, 2023
1 parent af09157 commit 9d46dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chacha20/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ mod xchacha;
#[cfg(feature = "rand_core")]
pub use rand_core;
#[cfg(feature = "rand_core")]
pub use rng::{ChaCha12Core, ChaCha12Rng, ChaCha20Core, ChaCha20Rng, ChaCha8Core, ChaCha8Rng, Seed};
pub use rng::{ChaCha12Core, ChaCha12Rng, ChaCha20Core, ChaCha20Rng, ChaCha8Core, ChaCha8Rng};

pub use legacy::{ChaCha20Legacy, ChaCha20LegacyCore, LegacyNonce};
pub use xchacha::{hchacha, XChaCha12, XChaCha20, XChaCha8, XChaChaCore, XNonce};
Expand Down

0 comments on commit 9d46dd6

Please sign in to comment.