

Go to the source code of this file.
Classes | |
| struct | poly2 |
| struct | poly3 |
Macros | |
| #define | BITS_IN_LAST_WORD (N % BITS_PER_WORD) |
| #define | BITS_PER_WORD (sizeof(crypto_word_t) * 8) |
| #define | N 701 |
| #define | WORDS_PER_POLY ((N + BITS_PER_WORD - 1) / BITS_PER_WORD) |
Functions | |
| OPENSSL_EXPORT void | HRSS_poly3_invert (struct poly3 *out, const struct poly3 *in) |
| OPENSSL_EXPORT void | HRSS_poly3_mul (struct poly3 *out, const struct poly3 *x, const struct poly3 *y) |
| #define BITS_IN_LAST_WORD (N % BITS_PER_WORD) |
Definition at line 29 of file third_party/boringssl-with-bazel/src/crypto/hrss/internal.h.
| #define BITS_PER_WORD (sizeof(crypto_word_t) * 8) |
Definition at line 27 of file third_party/boringssl-with-bazel/src/crypto/hrss/internal.h.
| #define N 701 |
Definition at line 26 of file third_party/boringssl-with-bazel/src/crypto/hrss/internal.h.
| #define WORDS_PER_POLY ((N + BITS_PER_WORD - 1) / BITS_PER_WORD) |
Definition at line 28 of file third_party/boringssl-with-bazel/src/crypto/hrss/internal.h.
| OPENSSL_EXPORT void HRSS_poly3_invert | ( | struct poly3 * | out, |
| const struct poly3 * | in | ||
| ) |