walletconnect 0.2.0

WalletConnect client implementation in Rust.
Documentation
mod aead;
mod key;

pub use aead::{OpenError, SealError};
pub use key::{DisplayKey, Key};