Closed spoonincode closed 2 years ago
This is work on #362 to remove the GMP dependencies from the new crypto functions. This replaces the GMP usage for mod_exp with libtommath instead.
mod_exp
Sadly this dings performance quite a bit: expect nearly a 5x slow down.
Needs eosnetworkfoundation/mandel-fc#48
See comments on #362, we're not going to take this due to various reasons
This is work on #362 to remove the GMP dependencies from the new crypto functions. This replaces the GMP usage for
mod_exp
with libtommath instead.Sadly this dings performance quite a bit: expect nearly a 5x slow down.
Needs eosnetworkfoundation/mandel-fc#48