herumi / mcl

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

Added Fr.setLittleEndianMod and G1.isValidOrder() to JNI #92

Closed gallmann-ubique closed 3 years ago

gallmann-ubique commented 3 years ago

Hello, I have added the two functions Fr.setLittleEndianMod() and G1.isValidOrder() to the JNI since I needed them for my use case. I think, it would be great if you could include these two functions in your repo as well.

herumi commented 3 years ago

Thank you for the patch. I've merged it.