Trait deltachat::key::DcSecretKey
source · pub(crate) trait DcSecretKey {
// Required method
fn split_public_key(&self) -> Result<SignedPublicKey>;
}
Expand description
Deltachat extension trait for secret keys.
Provides some convenience wrappers only applicable to SignedSecretKey.
Required Methods§
sourcefn split_public_key(&self) -> Result<SignedPublicKey>
fn split_public_key(&self) -> Result<SignedPublicKey>
Create a public key from a private one.