- curveMul
void curveMul(BigInt z, BigInt x, BigInt y, SecureVector!word ws)
Undocumented in source.
- curveSqr
void curveSqr(BigInt z, 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.
- toCurveRep
void toCurveRep(BigInt x, SecureVector!word ws)
Undocumented in source.
- toVector
Vector!char toVector()
Undocumented in source.