Skip to content

Commit

Permalink
Remove unneeded public member
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 14, 2023
1 parent 2241c1f commit 72f21dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ mod tang_interface;
mod util;

pub use error::{Error, Result};
pub use jose::{JwkSet, KeyMeta, ProvisionedData};
pub use jose::{KeyMeta, ProvisionedData};
pub use key_exchange::EncryptionKey;
pub use tang_interface::TangClient;

0 comments on commit 72f21dc

Please sign in to comment.