fn convert_handle_to_seed_and_public_key(
handle: &Handle,
) -> Result<(Vec<u8>, Vec<u8>), Error>Expand description
Convert an ML-KEM private key handle to seed bytes and public key bytes. If the handle is not representing a ML-KEM private key, throw an OperationError.