We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SecretKey
1 parent 537c895 commit 0a60c5dCopy full SHA for 0a60c5d
src/lib.rs
@@ -6,7 +6,7 @@ mod session;
6
pub use crate::aead::ChaCha8PacketKey;
7
pub use crate::keylog::{KeyLog, KeyLogFile};
8
pub use crate::session::{NoiseConfig, NoiseSession};
9
-pub use ed25519_dalek::{Keypair, PublicKey};
+pub use ed25519_dalek::{Keypair, PublicKey, SecretKey};
10
11
// https://github.com/quicwg/base-drafts/wiki/QUIC-Versions
12
// reserved versions for quinn-noise 0xf0f0f2f[0-f]
0 commit comments