Skip to content

Commit 03e98d9

Browse files
committed
remove supported algorithms link
1 parent 34c5f61 commit 03e98d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfHSM/src/chapter05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ wh_Client_KeyErase(clientCtx, keyId);
285285

286286
When using wolfCrypt in the client application, compatible crypto operations can be executed on the wolfHSM server by passing `WOLFHSM_DEV_ID` as the `devId` argument. The wolfHSM client must be initialized before using any wolfHSM remote crypto.
287287

288-
If wolfHSM does not yet support that algorithm, the API call will return `CRYPTOCB_UNAVAILABLE`. See [supported wolfCrypt algorithms](todo) for the full list of algorithms wolfHSM supports for remote HSM execution.
288+
If wolfHSM does not yet support that algorithm, the API call will return `CRYPTOCB_UNAVAILABLE`.
289289

290290
Here is an example of how a client application would perform an `AES CBC` encryption operation on the wolfHSM server:
291291

0 commit comments

Comments
 (0)