org.xbib.net.security.eddsa.math.package-info Maven / Gradle / Ivy
The newest version!
/**
* Data structures that defines curves and fields, and the mathematical operations on them.
* Low-level implementation in bigint for any curve using BigIntegers,
* and in ed25519 for Curve 25519 using Radix $2^{51}$.
*/
package org.xbib.net.security.eddsa.math;