We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d640c commit 6c248dfCopy full SHA for 6c248df
APP-RUNTIME-STRUCTURE.md
@@ -379,7 +379,7 @@ Call 4 prints all the data in the trust manager. (This is optional)
379
380
Call 5 generates the keys needed by the progam or retrieves then from the store if already initialized.
381
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).
+symmetric_key_alg is the name of the symmetric key algorithm the program uses (e.g., aes256-gcm).
383
The final argument can force generating new keys even if old ones exist.
384
385
Call 6 specifies pocicy cert (which can, fore example, be embedded in the program in the byte array
0 commit comments