Contents

vU256HalfMultiply(_:_:_:)

Unsigned 256-bit multiplication; result is the same width as multiplicands.

Declaration

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

See Also

Performing arithmetic operations on large integers