Contents

vU512Neg(_:_:)

Unsigned 512-bit negation.

Declaration

func vU512Neg(_ a: UnsafePointer<vU512>, _ result: UnsafeMutablePointer<vU512>)

Parameters

  • a:

    The value to negate.

  • result:

    Returns the negated value through the result parameter.

See Also

Performing arithmetic operations on large integers