walletconnect 0.0.1

WalletConnect client implementation in Rust.
Documentation
1
2
3
4
5
mod aead;
mod key;

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