Reexport PublicKey type

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/1/head
trivernis 4 years ago
parent f34ad33322
commit 118633179f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,7 +1,7 @@
[package]
name = "vented"
description = "Event driven encrypted tcp communicaton"
version = "0.1.0"
version = "0.1.1"
authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018"
readme = "README.md"

@ -13,6 +13,7 @@ use typenum::U24;
use crate::event::Event;
use crate::result::VentedResult;
pub use crypto_box::PublicKey;
pub use crypto_box::SecretKey;
/// A cryptographical stream object that handles encryption and decryption of streams

Loading…
Cancel
Save