Instance Methodswift-crypto 3.9.0CryptoBoringWrapper
add(_:_:)
FiniteFieldArithmeticContext.swift:113@usableFromInline func add(_ x: ArbitraryPrecisionInteger, _ y: ArbitraryPrecisionInteger) throws -> ArbitraryPrecisionInteger
Other members in extension
Type members
Instance members
func inverse(ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger? func multiply(ArbitraryPrecisionInteger, ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger func positiveSquareRoot(ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger func pow(ArbitraryPrecisionInteger, ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger func pow(secret: ArbitraryPrecisionInteger, ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger func pow(secret: ArbitraryPrecisionInteger, secret: ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger func residue(ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger func square(ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger func subtract(ArbitraryPrecisionInteger, from: ArbitraryPrecisionInteger
) throws -> ArbitraryPrecisionInteger