convert_handle_to_public_key

Function convert_handle_to_public_key 

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

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