pub fn load_cb58_keys(d: &[u8], permute_keys: bool) -> Result<Vec<Key>>
Expand description

Loads keys from texts, assuming each key is line-separated. Set “permute_keys” true to permute the key order from the contents “d”.