cryptimeleon / math

Library providing mathematical basics for (pairing-based) cryptography.
Apache License 2.0
10 stars 2 forks source link

Replace `intValueExact` from new Barreto-Naehrig hash class with our `BitIntegerTools` version. #132

Closed rheitjoh closed 2 years ago

rheitjoh commented 2 years ago

The android compatibility tests fail due to the new Barreto-Naehrig hash class using the intValueExact() method which is not supported on Android. This should be replaced with our equivalent Android-compatible BigIntegerTools::getExactInt method.

JanBobolz commented 2 years ago

Thanks for th report!