jar

io.github.andreypfau : curve25519-kotlin-jvm

Maven & Gradle

Oct 27, 2022
13 stars

curve25519-kotlin · A pure Kotlin implementation of group operations on Curve25519.

Table Of Contents

Latest Version

Download io.github.andreypfau : curve25519-kotlin-jvm JAR file - Latest Versions:

All Versions

Download io.github.andreypfau : curve25519-kotlin-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window curve25519-kotlin-jvm-0.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.andreypfau.curve25519.constants.tables

├─ io.github.andreypfau.curve25519.constants.tables.AffineNielsPointLookupTable.class - [JAR]

├─ io.github.andreypfau.curve25519.constants.tables.AffineNielsPointNafLookupTable.class - [JAR]

├─ io.github.andreypfau.curve25519.constants.tables.AffineNielsPointNafLookupTableKt.class - [JAR]

├─ io.github.andreypfau.curve25519.constants.tables.EdwardsBasepointTable.class - [JAR]

├─ io.github.andreypfau.curve25519.constants.tables.EdwardsBasepointTableKt.class - [JAR]

├─ io.github.andreypfau.curve25519.constants.tables.PackedAffineOddMultiplesOfBasepointKt.class - [JAR]

├─ io.github.andreypfau.curve25519.constants.tables.PackedEdwardsBasepointTableKt.class - [JAR]

├─ io.github.andreypfau.curve25519.constants.tables.ProjectiveNielsPointLookupTable.class - [JAR]

├─ io.github.andreypfau.curve25519.constants.tables.ProjectiveNielsPointNafLookupTable.class - [JAR]

io.github.andreypfau.curve25519.x25519

├─ io.github.andreypfau.curve25519.x25519.X25519.class - [JAR]

io.github.andreypfau.curve25519.constants

├─ io.github.andreypfau.curve25519.constants.ConstantsKt.class - [JAR]

io.github.andreypfau.curve25519.ed25519

├─ io.github.andreypfau.curve25519.ed25519.Ed25519.class - [JAR]

├─ io.github.andreypfau.curve25519.ed25519.Ed25519PrivateKey.class - [JAR]

├─ io.github.andreypfau.curve25519.ed25519.Ed25519PublicKey.class - [JAR]

├─ io.github.andreypfau.curve25519.ed25519.Ed25519VerifyOptions.class - [JAR]

io.github.andreypfau.curve25519.models

├─ io.github.andreypfau.curve25519.models.AffineNielsPoint.class - [JAR]

├─ io.github.andreypfau.curve25519.models.CompletedPoint.class - [JAR]

├─ io.github.andreypfau.curve25519.models.ProjectiveNielsPoint.class - [JAR]

├─ io.github.andreypfau.curve25519.models.ProjectivePoint.class - [JAR]

io.github.andreypfau.curve25519.montgomery

├─ io.github.andreypfau.curve25519.montgomery.MontgomeryPoint.class - [JAR]

├─ io.github.andreypfau.curve25519.montgomery.MontgomeryProjectivePoint.class - [JAR]

io.github.andreypfau.curve25519.internal

├─ io.github.andreypfau.curve25519.internal.BinaryKt.class - [JAR]

├─ io.github.andreypfau.curve25519.internal.ConstantTimeKt.class - [JAR]

├─ io.github.andreypfau.curve25519.internal.FieldCommonKt.class - [JAR]

├─ io.github.andreypfau.curve25519.internal.MathKt.class - [JAR]

├─ io.github.andreypfau.curve25519.internal.Scalar64Kt.class - [JAR]

├─ io.github.andreypfau.curve25519.internal.Sha512Kt.class - [JAR]

├─ io.github.andreypfau.curve25519.internal.Sha512Pure.class - [JAR]

├─ io.github.andreypfau.curve25519.internal.Sha512PureKt.class - [JAR]

io.github.andreypfau.curve25519.field

├─ io.github.andreypfau.curve25519.field.FieldElement.class - [JAR]

├─ io.github.andreypfau.curve25519.field.FieldElementKt.class - [JAR]

io.github.andreypfau.curve25519.edwards

├─ io.github.andreypfau.curve25519.edwards.CompressedEdwardsY.class - [JAR]

├─ io.github.andreypfau.curve25519.edwards.EdwardsPoint.class - [JAR]

io.github.andreypfau.curve25519.exceptioin

├─ io.github.andreypfau.curve25519.exceptioin.InvalidYCoordinateException.class - [JAR]

io.github.andreypfau.curve25519.scalar

├─ io.github.andreypfau.curve25519.scalar.ScMinimalKt.class - [JAR]

├─ io.github.andreypfau.curve25519.scalar.Scalar.class - [JAR]

├─ io.github.andreypfau.curve25519.scalar.ScalarKt.class - [JAR]

├─ io.github.andreypfau.curve25519.scalar.UnpackedScalar.class - [JAR]