herumi / mcl

a portable and fast pairing-based cryptography library
BSD 3-Clause "New" or "Revised" License
458 stars 157 forks source link

Add BN GT inv to Java FFI #87

Closed rheitjoh closed 3 years ago

rheitjoh commented 3 years ago

This pull request adds the BN GT inv method to the Java FFI. I regenerated the Java classes using Swig 4.0.2.

herumi commented 3 years ago

Thank you for the patch. I've merged and modified it to use unitaryInv instead of inv because it is faster for GT.