# Packages
Package fp25519 provides prime field arithmetic over GF(2^255-19).
Package fp448 provides prime field arithmetic over GF(2^448-2^224-1).
Package mlsbset provides a constant-time exponentiation method with precomputation.
Package polynomial provides representations of polynomials over the scalars of a group.
# Functions
IsSafePrime reports whether p is (probably) a safe prime.
NextPow2 finds the next power of two (N=2^k, k>=0) greater than n.
OmegaNAF obtains the window-w Non-Adjacent Form of a positive number n and 1 < w < 32.
SafePrime returns a number of the given bit length that is a safe prime with high probability.
SignedDigit obtains the signed-digit recoding of n and returns a list L of digits such that n = sum( L[i]*2^(i*(w-1)) ), and each L[i] is an odd number in the set {±1, ±3, ..., ±2^(w-1)-1}.