Contents

vS256Neg(_:_:)

Signed 256-bit negation.

Declaration

func vS256Neg(_ a: UnsafePointer<vS256>, _ result: UnsafeMutablePointer<vS256>)

Parameters

  • a:

    The value to negate.

  • result:

    Returns the negated value through the result parameter.

See Also

Performing arithmetic operations on large integers