[][src]Function rcmixed::store::encrypt_secret_key

pub fn encrypt_secret_key<T: PublicKeyAlgorithm>(
    sk: &T::SecretKey,
    password: String
) -> Vec<u8>