ssb_keyfile/
lib.rs

1//! Read ssb keyfiles, as created by the js implementation.
2//!
3//! Re-exports [Keypair] from the [ssb-crypto](https://docs.rs/ssb-crypto) crate.
4
5mod classic;
6pub use classic::*;