Make the PublicKey type pub.

This commit is contained in:
Heiko Schaefer 2021-11-03 02:23:49 +01:00
parent 308e8bfabd
commit edc89078ce

View file

@ -151,4 +151,4 @@ pub mod sq_util;
pub mod util;
/// Shorthand for Sequoia public key data (a single public (sub)key)
pub(crate) type PublicKey = Key<key::PublicParts, key::UnspecifiedRole>;
pub type PublicKey = Key<key::PublicParts, key::UnspecifiedRole>;