decode_v1

Function decode_v1 

Source
pub fn decode_v1(
    bytes: &[u8],
) -> Result<(Vec<DerivationPath>, Vec<[u8; 32]>, u8, [u8; 12], Vec<u8>), Error>
Expand description

Expects a payload following this format: <DERIVATION_PATHS><INDIVIDUAL_SECRETS><ENCRYPTED_PAYLOAD><..>