ionspin / kotlin-multiplatform-bignum

A Kotlin multiplatform library for arbitrary precision arithmetics
Apache License 2.0
366 stars 42 forks source link

Fix xor test which was previously testing bit shifting instead of xor #147

Closed ionspin closed 3 years ago

ionspin commented 3 years ago

This fixes invalid test reported in #145