fn handle()

in optee-utee/src/crypto_op.rs [254:260]


    fn handle(&self) -> raw::TEE_OperationHandle;
}

/// An operation for digest the message.
pub struct Digest(OperationHandle);

impl Digest {