crypto/newhope: fix comment typo.

Change-Id: Ic7dc57680e8cc8306fb1541249fb356eece30999
This commit is contained in:
Adam Langley 2016-06-03 14:37:03 -07:00
parent 77fe71101b
commit a34bd8e38c

View File

@ -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);