Contents

vU256Sub(_:_:_:)

Unsigned 256-bit subtraction (modular arithmetic).

Declaration

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

See Also

Performing arithmetic operations on large integers