CurveGFpRepr

Undocumented in source.

Members

Functions

curveMul
void curveMul(BigInt* z, const(BigInt)* x, const(BigInt)* y, SecureVector!word ws)
Undocumented in source.
curveSqr
void curveSqr(BigInt* z, const(BigInt)* x, SecureVector!word ws)
Undocumented in source.
fromCurveRep
void fromCurveRep(BigInt* x, SecureVector!word ws)
Undocumented in source.
getA
const(BigInt) getA()
Undocumented in source.
getARep
const(BigInt) getARep()

Returns toCurveRep(getA())

getB
const(BigInt) getB()
Undocumented in source.
getBRep
const(BigInt) getBRep()

Returns toCurveRep(getB())

getP
const(BigInt) getP()
Undocumented in source.
getPWords
size_t getPWords()
Undocumented in source.
normalize
void normalize(BigInt* x, SecureVector!word ws, size_t bound)
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(CurveGFpRepr )
Undocumented in source.
toCurveRep
void toCurveRep(BigInt* x, SecureVector!word ws)
Undocumented in source.
toVector
Vector!char toVector()
Undocumented in source.

Meta