Skip to content

Commit

Permalink
export KeyNonce and SharedSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Oct 18, 2023
1 parent 44b3d49 commit a8167aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ mod boxstream;
mod handshake;

pub use boxstream::{
BoxStreamRecv, BoxStreamSend, Error as BoxstreamError, Header, Result as BoxstreamResult,
BoxStreamRecv, BoxStreamSend, Error as BoxstreamError, Header, KeyNonce,
Result as BoxstreamResult,
};
pub use handshake::{
Error as HandshakeError, Handshake, Result as HandshakeResult, SendServerAccept,
Error as HandshakeError, Handshake, Result as HandshakeResult, SendServerAccept, SharedSecret,
};

0 comments on commit a8167aa

Please sign in to comment.