Crate fp

Crate fp 

Source

Modulesยง

blas
BLAS-like operations for F_2 matrices.
constants ๐Ÿ”’
field
limb ๐Ÿ”’
matrix
prime
simd ๐Ÿ”’
vector

Macrosยง

const_for

Constantsยง

MAX_MULTINOMIAL_LEN
NUM_PRIMES
The number of primes that will be prepared at compile-time. This includes precomputing inverses, binomial coefficients, etc.
ODD_PRIMES
PRIMES
An array containing the first NUM_PRIMES prime numbers.
PRIME_TO_INDEX_MAP
For any integer i less than or equal to MAX_PRIME, PRIME_TO_INDEX_MAP[i] is the index of i in PRIMES if i is prime; otherwise, it is NOT_A_PRIME.

Traitsยง

MaybeArbitrary ๐Ÿ”’