load_key_package

Function load_key_package 

Source
fn load_key_package<S: AsRef<[u8]> + ?Sized, P: AsRef<Path> + ?Sized>(
    data: &S,
    path: &P,
) -> Result<KeyPackage>
Available on crate features kirikiri and kirikiri-arc only.