Big Integer32Arithmetic Interface
Interface defining big integer operations
Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 10-Mar-2019
Functions
Returns the number of leading zeros in a word
Parse a string in a specific base into a big integer
Returns a integer reciprocal of this number such that 0 <= base ^ word - operand * reciprocal <= operand, and remainder such that 0 < reciprocal < operand
Arithmetic shift right. Shifts the number to the right, by required places of bits, removing words that no longer relevant
Converts an UIntArray into a byte array representation, with consideration to requested endianness
Converts an UIntArray into a byte array representation, with consideration to requested endianness
Number of consecutive zeros count from the right in binary representation