cita-vm icon indicating copy to clipboard operation
cita-vm copied to clipboard

Rewrite modexp with numext

Open mohanson opened this issue 6 years ago • 3 comments

Note: Currently I use

numext-fixed-uint = { git = "https://github.com/yangby-cryptape/rust-numext", branch = "fix-div-slow-bug" }

in dependencies because @yangby-cryptape tell me It may take some times to waiting for the fix to merge to the master.

mohanson avatar Mar 27 '19 04:03 mohanson

muta is using numext-fixed-uint = "0.1.2" but here is "0.1.3"

Maybe it is better that cita-vm and muta use the same version of numext-fixed-* ?

keroro520 avatar Apr 03 '19 06:04 keroro520

There are some bugs in numext-fixed-uint = 0.1.2, I will update it on muta.

ref: https://github.com/cryptape/rust-numext/issues/36 ref: https://github.com/cryptape/rust-numext/issues/34

mohanson avatar Apr 03 '19 06:04 mohanson

There are some bugs in numext-fixed-uint = 0.1.2, I will update it on muta.

ref: cryptape/rust-numext#36 ref: cryptape/rust-numext#34

Excellent !

keroro520 avatar Apr 03 '19 06:04 keroro520