From 626e2fc27a66bae3780d9abeb7d0a5c5cfeb849d Mon Sep 17 00:00:00 2001 From: Malte Date: Mon, 21 Apr 2014 09:37:46 +0200 Subject: [PATCH] rand: added a nessary but missing comment on the big int min/max --- src/rand.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rand.h b/src/rand.h index 475830f..e062d18 100644 --- a/src/rand.h +++ b/src/rand.h @@ -29,12 +29,14 @@ /** * The maximal integer that is given by * ntru_get_urnd_poly_big and ntru_get_rnd_poly_big + * this number must be positiv */ #define BIG_RAND_MAX 100 /** * The minimal integer that is given by * ntru_get_urnd_poly_big and ntru_get_rnd_poly_big + * this number must be negativ */ #define BIG_RAND_MIN -100