Skip to content

Commit 0a60c5d

Browse files
committed
Export SecretKey.
1 parent 537c895 commit 0a60c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod session;
66
pub use crate::aead::ChaCha8PacketKey;
77
pub use crate::keylog::{KeyLog, KeyLogFile};
88
pub use crate::session::{NoiseConfig, NoiseSession};
9-
pub use ed25519_dalek::{Keypair, PublicKey};
9+
pub use ed25519_dalek::{Keypair, PublicKey, SecretKey};
1010

1111
// https://github.com/quicwg/base-drafts/wiki/QUIC-Versions
1212
// reserved versions for quinn-noise 0xf0f0f2f[0-f]

0 commit comments

Comments
 (0)