tuweni / org.apache.tuweni.units.bigints / UInt64 / addMod

addMod

fun addMod(value: UInt64!, modulus: UInt64!): UInt64! (source)
fun addMod(value: Long, modulus: UInt64!): UInt64! (source)
fun addMod(value: Long, modulus: Long): UInt64! (source)