RAND: changed ntru_get_poly_big() to ntru_get_random_poly()
This commit is contained in:
parent
7c58d847e9
commit
979ae61726
@ -192,7 +192,7 @@ pb_poly *ntru_get_random_poly_ternary(size_t length, int entropy_source)
|
|||||||
* @param entropy_source the source of entropy you want
|
* @param entropy_source the source of entropy you want
|
||||||
* @return newly allocated polynomial, must be freed with delete_polynom()
|
* @return newly allocated polynomial, must be freed with delete_polynom()
|
||||||
*/
|
*/
|
||||||
pb_poly *ntru_get_poly_big(int length, int entropy_source, mp_int *upper_bound,
|
pb_poly *ntru_get_random_poly(int length, int entropy_source, mp_int *upper_bound,
|
||||||
mp_int *lower_bound)
|
mp_int *lower_bound)
|
||||||
{
|
{
|
||||||
//TODO
|
//TODO
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#define GET_INT_FROM_RRAND 3
|
#define GET_INT_FROM_RRAND 3
|
||||||
|
|
||||||
pb_poly *ntru_get_random_poly_ternary(int length, int entropy_source);
|
pb_poly *ntru_get_random_poly_ternary(int length, int entropy_source);
|
||||||
pb_poly *ntru_get_poly_big(size_t length, int entropy_source, mp_int *upper_bound,
|
pb_poly *ntru_get_random_poly(size_t length, int entropy_source, mp_int *upper_bound,
|
||||||
mp_int *lower_bound);
|
mp_int *lower_bound);
|
||||||
|
|
||||||
#endif /* NTRU_RAND_H */
|
#endif /* NTRU_RAND_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user