onepass-base 0.2.0

Basic formatting and word lists for onepass-seed
Documentation
1
2
3
4
5
6
7
8
9
10
//! Basic text formatting and hashing routines for use in [onepass].
//!
//! This crate mainly exists to provide routines to the `onepass-seed` crate that are used at both
//! build time and runtime by the latter. The provided routines are used to instantiate a
//! compile-time default word list that ships with onepass.
//!
//! [onepass]: https://github.com/mrdomino/onepass

pub mod dict;
pub mod fmt;