From 50b883e6059ccabc71cc4b7409adf1ec908f789e Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Sat, 27 Aug 2022 17:38:40 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/application-dev/security/huks-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/security/huks-overview.md b/en/application-dev/security/huks-overview.md index dfae447a48..cd918d5d3e 100644 --- a/en/application-dev/security/huks-overview.md +++ b/en/application-dev/security/huks-overview.md @@ -16,7 +16,7 @@ HUKS manages keys through the following operations: - **Init**: reads the key, creates a session ID, and returns the session ID to the caller. -- **Update**: updates data by segment based on the session ID obtained. +- **Update**: updates data by segment based on the session ID obtained by the **Init** operation. - **Finish**: processes all data transferred to HUKS and then releases resources. -- GitLab