Function forest_filecoin::key_management::wallet_helpers::to_public

source ยท
pub fn to_public(
    sig_type: SignatureType,
    private_key: &[u8],
) -> Result<Vec<u8>, Error>
Expand description

Return the public key for a given private key and SignatureType