diff options
Diffstat (limited to 'oxish-proto/src/lib.rs')
| -rw-r--r-- | oxish-proto/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oxish-proto/src/lib.rs b/oxish-proto/src/lib.rs index 272a1d4..f2b3b5b 100644 --- a/oxish-proto/src/lib.rs +++ b/oxish-proto/src/lib.rs @@ -16,6 +16,8 @@ pub mod channels; /// Traits abstracting over cryptographic primitives and key derivation pub mod crypto; use crypto::CryptoError; +mod host_keys; +pub use host_keys::{HostKeys, ServerHostKey, SessionHostKey}; mod io; pub use io::{Encoder, ReadState, WriteState}; /// Key exchange messages and negotiation (RFC 4253 section 7, RFC 5656) |
