Skip to main content

path_to_uuid

Function path_to_uuid 

Source
pub fn path_to_uuid(path: &str) -> String
Expand description

将路径转换为 UUID v5(用于生成 CA 唯一标识符)

使用 NIL UUID 作为命名空间,路径字符串作为名称, 生成的 UUID 可用于 TEE_Request::OpenSession 的 ca_auth_info.ca_uuid 字段。