This is an automated email from the ASF dual-hosted git repository. kmccusker pushed a commit to branch fix-typo in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git
commit 76ced3ea97519b642a37ee3d2703c26f070eccfe Author: Kealan McCusker <[email protected]> AuthorDate: Mon Sep 2 14:20:33 2019 +0100 fix typo --- include/bls.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bls.h.in b/include/bls.h.in index 13332b2..d070543 100644 --- a/include/bls.h.in +++ b/include/bls.h.in @@ -136,7 +136,7 @@ int BLS_ZZZ_RECOVER_SECRET(int k, octet* X, octet* Y, octet* SK); * @param k Threshold @param X Output X values - @param Y Output Y values. Valid BLS secret keys + @param Y Output Y values. Valid BLS signatures @param SIG Signature that is recovered @return Zero for success or else an error code */
