Improve wc_curve25519_check_public function doc

This commit is contained in:
Sean Parkinson
2019-07-31 08:44:43 +10:00
parent 4778dac49f
commit dcab47efd8

View File

@ -261,7 +261,7 @@ int wc_curve25519_import_public_ex(const byte* in, word32 inLen,
*
* pub Public key bytes.
* pubSz Size of public key in bytes.
* endian Big-endian or little-endian.
* endian Public key bytes passed in as big-endian or little-endian.
* returns BAD_FUNC_ARGS when pub is NULL,
* BUFFER_E when size of public key is zero;
* ECC_OUT_OF_RANGE_E if the high bit is set;