operator + method

  1. @override
JubJubFq operator +(
  1. JubJubFq rhs
)
override

Implementation

@override
JubJubFq operator +(JubJubFq rhs) => add(rhs);