convert_handle_to_seed_and_public_key

Function convert_handle_to_seed_and_public_key 

Source
fn convert_handle_to_seed_and_public_key(
    handle: &Handle,
) -> Result<(Vec<u8>, Vec<u8>), Error>
Expand description

Convert an ML-DSA private key handle to seed bytes and public key bytes. If the handle is not representing a ML-DSA private key, throw an OperationError.