Skip to content

Commit

Permalink
refactor: hide DcSecretKey trait from the API
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jul 29, 2023
1 parent b784415 commit af01355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ impl DcKey for SignedSecretKey {
/// Deltachat extension trait for secret keys.
///
/// Provides some convenience wrappers only applicable to [SignedSecretKey].
pub trait DcSecretKey {
pub(crate) trait DcSecretKey {
/// Create a public key from a private one.
fn split_public_key(&self) -> Result<SignedPublicKey>;
}
Expand Down

0 comments on commit af01355

Please sign in to comment.