ssb-keyfile 0.5.4

Keyfile operations for ssb.
Documentation
1
2
3
4
5
6
//! Read ssb keyfiles, as created by the js implementation.
//!
//! Re-exports [Keypair] from the [ssb-crypto](https://docs.rs/ssb-crypto) crate.

mod classic;
pub use classic::*;