@@ -346,7 +346,7 @@ int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size)
346346
347347/*!
348348 \ingroup IoTSafe
349- \brief Sign a pre-computed 256-bit HASH, using a private key previously stored, or pre-provisioned,
349+ \brief Sign a pre-computed HASH, using a private key previously stored, or pre-provisioned,
350350 in the IoT-Safe applet.
351351
352352 \param in pointer to the buffer containing the message hash to sign
@@ -367,7 +367,7 @@ int wc_iotsafe_ecc_sign_hash(byte *in, word32 inlen, byte *out, word32 *outlen,
367367
368368/*!
369369 \ingroup IoTSafe
370- \brief Sign a pre-computed 256-bit HASH, using a private key previously stored, or pre-provisioned,
370+ \brief Sign a pre-computed HASH, using a private key previously stored, or pre-provisioned,
371371 in the IoT-Safe applet. Equivalent to \ref wc_iotsafe_ecc_sign_hash "wc_iotsafe_ecc_sign_hash",
372372 except that it can be invoked with a key ID of two or more bytes.
373373
@@ -390,7 +390,7 @@ int wc_iotsafe_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outle
390390
391391/*!
392392 \ingroup IoTSafe
393- \brief Verify an ECC signature against a pre-computed 256-bit HASH, using a public key previously stored, or pre-provisioned,
393+ \brief Verify an ECC signature against a pre-computed HASH, using a public key previously stored, or pre-provisioned,
394394 in the IoT-Safe applet. Result is written to res. 1 is valid, 0 is invalid.
395395 Note: Do not use the return value to test for valid. Only use res.
396396
@@ -412,7 +412,7 @@ int wc_iotsafe_ecc_verify_hash(byte *sig, word32 siglen, byte *hash, word32 hash
412412
413413/*!
414414 \ingroup IoTSafe
415- \brief Verify an ECC signature against a pre-computed 256-bit HASH, using a public key previously stored, or pre-provisioned,
415+ \brief Verify an ECC signature against a pre-computed HASH, using a public key previously stored, or pre-provisioned,
416416 in the IoT-Safe applet. Result is written to res. 1 is valid, 0 is invalid.
417417 Note: Do not use the return value to test for valid. Only use res.
418418 Equivalent to \ref wc_iotsafe_ecc_verify_hash "wc_iotsafe_ecc_verify_hash",
0 commit comments