[][src]Function rcmixed::store::decrypt_secret_key

pub fn decrypt_secret_key<T: PublicKeyAlgorithm>(
    data: Vec<u8>,
    password: String
) -> Option<T::SecretKey>