Make the PublicKey type pub.
This commit is contained in:
parent
308e8bfabd
commit
edc89078ce
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue