OpenCryptoProject / JCMathLib

Implementation of mathematical operations with big numbers and elliptic curve points for smart cards with JavaCard platform.
MIT License
83 stars 27 forks source link

Bignat: Add support for GCD and coprimality checking #18

Closed lzaoral closed 3 years ago

lzaoral commented 3 years ago

Add support for GCD and co-primality checking.

petrs commented 3 years ago

Nice addition, thank you a lot @lzaoral

mavroudisv commented 3 years ago

Many thanks @lzaoral!