Name Description Size Coverage
curve448_gf.cpp @brief Reduce the result of a addition modulo 2^448 - 2^224 - 1. Algorithm 1 of paper "Reduction Modulo 2^448 - 2^224 - 1", from line 27. @param h_3 Output @param h_1 Input 14411 -
curve448_gf.h uint64_t words to store a 448 bit value 5001 -
curve448_scalar.cpp @brief Add two numbers. Requires that the result is smaller than 2^448. 8724 -
curve448_scalar.h @brief Representation of a scalar for X448. The scalar is an element in 0 <= s < L, where L is the group order of X448. The constructor and all operations on scalars reduce the element mod L internally. All operations are constant time. L = 2^446 - 13818066809895115352007386748515426880336692474882178609894547503885 (RFC 7748 4.2) 2471 -
ed448 -
info.txt 185 -
x448 -