From a34bd8e38cf3e6908b7a0c72ad9b78e119709ada Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Fri, 3 Jun 2016 14:37:03 -0700 Subject: [PATCH] crypto/newhope: fix comment typo. Change-Id: Ic7dc57680e8cc8306fb1541249fb356eece30999 --- include/openssl/newhope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openssl/newhope.h b/include/openssl/newhope.h index 74103c98..657b0c3e 100644 --- a/include/openssl/newhope.h +++ b/include/openssl/newhope.h @@ -93,7 +93,7 @@ OPENSSL_EXPORT int NEWHOPE_finish(uint8_t out_key[SHA256_DIGEST_LENGTH], * sampled from the noise distribution. */ void NEWHOPE_POLY_noise(NEWHOPE_POLY* r); -/* NEWHOPE_POLY_noise sets |r| to an output of NEWHOPE_POLY_noise, and then +/* NEWHOPE_POLY_noise_ntt sets |r| to an output of NEWHOPE_POLY_noise, and then * applies NTT(r) in-place. */ void NEWHOPE_POLY_noise_ntt(NEWHOPE_POLY* r);