OpenCryptoProject / JCMathLib

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

Bignat: Add support for GCD and coprimality checking #18

Closed lzaoral closed 4 years ago

lzaoral commented 4 years ago

Add support for GCD and co-primality checking.

petrs commented 4 years ago

Nice addition, thank you a lot @lzaoral

mavroudisv commented 4 years ago

Many thanks @lzaoral!