All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy