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

multiplyMod

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