Skip to content

Commit 6c248df

Browse files
committed
final typo fix for now
1 parent 65d640c commit 6c248df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APP-RUNTIME-STRUCTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Call 4 prints all the data in the trust manager. (This is optional)
379379

380380
Call 5 generates the keys needed by the progam or retrieves then from the store if already initialized.
381381
public_key_alg is the name of the public key algorithm used by the program (e.g.- RSA-4096)
382-
symmetric_key_alg is the name of the symmetric key algorithm the program uses (e.g.-are256-gcm).
382+
symmetric_key_alg is the name of the symmetric key algorithm the program uses (e.g., aes256-gcm).
383383
The final argument can force generating new keys even if old ones exist.
384384

385385
Call 6 specifies pocicy cert (which can, fore example, be embedded in the program in the byte array

0 commit comments

Comments
 (0)