edi9999 / jsqrcode

[deprecated] Lazarsoft's jsqrcode as a node module, object oriented, and with tests
Apache License 2.0
278 stars 63 forks source link

Move the addOrSubstract function to the Galois Field prototype #31

Closed IagoLast closed 7 years ago

IagoLast commented 7 years ago

This way the polynomial (GFPoly) delegates the add/substract operation in his own field instead a external dep. This removes a circular dependence too.

edi9999 commented 7 years ago

Thanks !