Skip to content

Commit

Permalink
minor fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 24, 2025
1 parent 1f345e9 commit c1d95d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ do EC sign
@function sign
@tparam ec_key eckey
@tparam string digest result of digest to be signed
@tparam evp_md|string|nid digest digest alg identity, default is sm3
@tparam evp_md|string|nid md digest alg identity, default is sm3
@treturn string signature
*/
static LUA_FUNCTION(openssl_ecdsa_sign)
Expand Down Expand Up @@ -576,7 +576,7 @@ do EC verify, input msg is digest result
@tparam ec_key eckey
@tparam string digest result of digest to be signed
@tparam string signature
@tparam evp_md|string|nid digest digest alg identity
@tparam evp_md|string|nid md digest alg identity
@treturn boolean true for verified, false for invalid signature
@return nil for error, and followed by error message
*/
Expand Down

0 comments on commit c1d95d6

Please sign in to comment.