CurveGFp.mul

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void mul(BigInt* z, const(BigInt)* x, const(BigInt*) y, SecureVector!word ws)
  2. BigInt mul(const(BigInt)* x, const(BigInt*) y, SecureVector!word ws)
    struct CurveGFp
    const
    mul
    ()
    (
    const(BigInt)* x
    ,
    const(BigInt*) y
    ,
    SecureVector!word ws
    )

Meta