mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
multiexp: handle pippenger multiexps with part precalc
This commit is contained in:
parent
10e5a92769
commit
6f9ae5b6eb
4 changed files with 29 additions and 21 deletions
|
@ -78,9 +78,9 @@ public:
|
|||
case multiexp_straus_cached:
|
||||
return res == straus(data, straus_cache);
|
||||
case multiexp_pippenger:
|
||||
return res == pippenger(data, NULL, c);
|
||||
return res == pippenger(data, NULL, 0, c);
|
||||
case multiexp_pippenger_cached:
|
||||
return res == pippenger(data, pippenger_cache, c);
|
||||
return res == pippenger(data, pippenger_cache, 0, c);
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue