JNA GMP project
A Java JNA wrapper around the GNU Multiple Precision Arithmetic Library ("libgmp").
Features
jnagmp
The basic JNA GMP library; minimal dependencies.
Available on Maven central as com.squareup.jnagmp:jnagmp
.
bc-rsa
Example module that shows integrating JNA GMP with Bouncy Castle.
Available on Maven central as com.squareup.jnagmp:bouncycastle-rsa
.
Contributors
- Scott Blum [email protected]
- Jake Wharton [email protected] - project management
- Jesse Wilson [email protected] - project management
- Nathan McCauley [email protected] - initial security review
- Daniele Perito [email protected] - initial security review
- Sam Quigley [email protected] - initial security review
- Josh Humphries [email protected] - initial code review
- Christian Meier [email protected] - classloader fix
- Elijah Zupancic [email protected] - Solaris binary build, Makefile
- Wilko Henecka [email protected] - modInverse
- David Ruescas [email protected] - kronecker
- Jacob Wilder [email protected] - gcd, exactDivide, native stubs for mul and mod
- Per Allansson [email protected] - libgmp 6.1.1 update
Licensing
- Apache 2.0
- libgmp is licensed under the GNU LGPL