//! This module re-exports [`onepass_base::dict`] and also defines the static [`EFF_WORDLIST`]
//! compile-time dictionary.
pub use ;
/// This is the default word list corresponding to the [EFF large wordlist][0]. It contains 7776
/// words, starting with `"abacus"` and ending with `"zoom"`.
///
/// [0]: https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt
pub const EFF_WORDLIST: RefDict = unsafe ;
include!;