Namespace: Org.BouncyCastle.Math.EC
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static ECPoint SumOfTwoMultiplies( ECPoint P, BigInteger a, ECPoint Q, BigInteger b ) |
Visual Basic |
---|
Public Shared Function SumOfTwoMultiplies ( _ P As ECPoint, _ a As BigInteger, _ Q As ECPoint, _ b As BigInteger _ ) As ECPoint |
Visual C++ |
---|
public: static ECPoint^ SumOfTwoMultiplies( ECPoint^ P, BigInteger^ a, ECPoint^ Q, BigInteger^ b ) |