iwcore 0.1.25

IntelliWallet Core - Password manager library with AES-256 encryption
Documentation
1
2
3
4
5
6
7
//! Utility functions

pub mod common;
pub mod id_gen;

pub use common::*;
pub use id_gen::*;