cryptimeleon / math

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

Remove `Zn#getInteger()` and replace usage with `RingElement#asInteger()` #126

Closed rheitjoh closed 2 years ago

rheitjoh commented 2 years ago

Completely removes getInteger and replaces all usages with asInteger.