Searched refs:to_explicit_chain (Results 1 – 1 of 1) sorted by relevance
37 let explicit_key_dice_chain = artifacts.bcc().map(to_explicit_chain).transpose()?; in from_owned_artifacts()81 fn to_explicit_chain(dice_chain_bytes: &[u8]) -> Result<Vec<u8>, Error> { in to_explicit_chain() function118 let explicit_chain = to_explicit_chain(implicit_dice).unwrap(); in implicit_to_explicit_dice_chain_conversion()130 let explicit_chain = to_explicit_chain(implicit_dice).unwrap(); in explicit_to_explicit_dice_chain_conversion()131 let converted_chain = to_explicit_chain(&explicit_chain).unwrap(); in explicit_to_explicit_dice_chain_conversion()148 let explicit_chain = to_explicit_chain(&hex::decode(IMPLICIT_CHAIN).unwrap()).unwrap(); in root_key_deterministic_encoding()