cryptimeleon / math

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

Make library compatible with Android version < S and implement Github action for running tests on Android emulator #103

Closed this-kramer closed 3 years ago

this-kramer commented 3 years ago

Reason for this PR:

Changes in this PR:

rheitjoh commented 3 years ago

Do we maybe want to add a range check for the BigInteger to preserve the previous behavior of throwing an exception for out of bounds values?

this-kramer commented 3 years ago

Do we maybe want to add a range check for the BigInteger to preserve the previous behavior of throwing an exception for out of bounds values?

Good point! Can you implement that or should I do it?