Contents

vU256Neg(_:_:)

Unsigned 256-bit negation.

Declaration

func vU256Neg(_ a: UnsafePointer<vU256>, _ result: UnsafeMutablePointer<vU256>)

Parameters

  • a:

    The value to negate.

  • result:

    Returns the negated value.

See Also

Performing arithmetic operations on large integers