CurveGFp.mul

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

Meta