crypto/newhope: fix comment typo.
Change-Id: Ic7dc57680e8cc8306fb1541249fb356eece30999
This commit is contained in:
parent
77fe71101b
commit
a34bd8e38c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user