//! PuTTY key format described in [Appendix C][1] of the PuTTY User Manual.
//!
//! Both private([`Ppk`]) and public([`PuttyPublicKey`]) keys are supported.
//!
//! [1]: https://the.earth.li/~sgtatham/putty/0.75/htmldoc/AppendixC.html#ppk
pub use PuttyError;
pub use ;
pub use ;
pub use PuttyPublicKey;