|
Let us walk on the 3-isogeny graph
|
#include <assert.h>#include "random.h"#include "../common/rng.h"#include "int32_sort.h"#include "int32mask.h"
Go to the source code of this file.
Functions | |
| void | random_wombats (uint8_t *key, const long long numkeys, const long long batch_start, const long long batch_stop, const long long batch_sumykeys) |
| void | random_boundedl1 (int8_t *e, const long long w, const long long S) |
| int64_t | random_coin (uint64_t num, uint64_t den) |
Definition at line 63 of file random.c.
References assert(), i, int32_sort, j, and randombytes().

| void random_wombats | ( | uint8_t * | key, |
| const long long | numkeys, | ||
| const long long | batch_start, | ||
| const long long | batch_stop, | ||
| const long long | batch_sumykeys | ||
| ) |
Definition at line 15 of file random.c.
References batch_start, batch_stop, i, int32_sort, j, and randombytes().
