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

multiplyMod

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