|
void | Botan::bigint_add2 (word x[], size_t x_size, const word y[], size_t y_size) |
|
word | Botan::bigint_add2_nc (word x[], size_t x_size, const word y[], size_t y_size) |
|
void | Botan::bigint_add3 (word z[], const word x[], size_t x_size, const word y[], size_t y_size) |
|
word | Botan::bigint_add3_nc (word z[], const word x[], size_t x_size, const word y[], size_t y_size) |
|
void | Botan::bigint_cnd_abs (word cnd, word x[], size_t size) |
|
word | Botan::bigint_cnd_add (word cnd, word x[], const word y[], size_t size) |
|
word | Botan::bigint_cnd_sub (word cnd, word x[], const word y[], size_t size) |
|
void | Botan::bigint_cnd_swap (word cnd, word x[], word y[], size_t size) |
|
void | Botan::bigint_linmul2 (word x[], size_t x_size, word y) |
|
void | Botan::bigint_linmul3 (word z[], const word x[], size_t x_size, word y) |
|
word | Botan::bigint_sub2 (word x[], size_t x_size, const word y[], size_t y_size) |
|
void | Botan::bigint_sub2_rev (word x[], const word y[], size_t y_size) |
|
word | Botan::bigint_sub3 (word z[], const word x[], size_t x_size, const word y[], size_t y_size) |
|