Browse Source

Merge "fix(docs): revise the description of REGISTER_CRYPTO_LIB" into integration

pull/1993/merge
Yann Gautier 11 months ago
committed by TrustedFirmware Code Review
parent
commit
324a63cd46
  1. 2
      docs/design/auth-framework.rst

2
docs/design/auth-framework.rst

@ -254,8 +254,8 @@ These functions are registered in the CM using the macro:
REGISTER_CRYPTO_LIB(_name,
_init,
_verify_signature,
_calc_hash,
_verify_hash,
_calc_hash,
_auth_decrypt,
_convert_pk);

Loading…
Cancel
Save