CurveGFp.normalize

Adjust x to be in [0,p) @param bound if greater than zero, assume that no more than bound additions or subtractions are required to move x into range.

struct CurveGFp
const
void
normalize
(
ref BigInt x
,
SecureVector!word* ws
,
size_t bound = 0
)

Meta