You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by gi...@apache.org on 2019/06/29 21:15:43 UTC

[incubator-milagro-crypto-c] branch sonar_review updated: modified: include/amcl.h.in

This is an automated email from the ASF dual-hosted git repository.

giorgio pushed a commit to branch sonar_review
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git


The following commit(s) were added to refs/heads/sonar_review by this push:
     new e0a42b3  	modified:   include/amcl.h.in
e0a42b3 is described below

commit e0a42b3d8ab81b2f3d69f067dbef79f8511c075b
Author: Giorgio Zoppi <gi...@gmail.com>
AuthorDate: Sat Jun 29 23:12:57 2019 +0200

    	modified:   include/amcl.h.in
---
 include/amcl.h.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/amcl.h.in b/include/amcl.h.in
index 7b69819..f052c30 100644
--- a/include/amcl.h.in
+++ b/include/amcl.h.in
@@ -370,7 +370,7 @@ extern void OCT_toHex(octet *src,char *dst);
  *
 	@param dst hex value
 	@param src Octet to be converted
-	@param n: size to be used
+	@param n size of destination buffer
  */
 extern void OCT_toHex_n(octet *src, char* dst, size_t n);
 
@@ -385,6 +385,7 @@ extern void OCT_toStr(octet *src,char *dst);
  *
 	@param dst string value
 	@param src Octet to be converted
+	@parm n size of the destination buffer
  */
 extern void OCT_toStr_n(octet *src, char* dst, size_t n);