10gic / vanitygen-plusplus

A vanity address generator for BTC, ETH, LTC, TRX and 100+ more crypto currencies.
GNU Affero General Public License v3.0
248 stars 90 forks source link

Fix bn_subb_word macro #91

Closed cbrunnkvist closed 1 year ago

cbrunnkvist commented 1 year ago

Add missing second borrow, as suggested by @mladenmarkov in #43.

cbrunnkvist commented 1 year ago

It would of course be awesome if these helpers were proven by some unit / regression tests, but I'm unable to help with OpenCL tests at this point.