jar

com.github.auties00 : noise-java

Maven & Gradle

Jul 30, 2021
0 stars

Plain Java implementation of the Noise protocol

Table Of Contents

Latest Version

Download com.github.auties00 : noise-java JAR file - Latest Versions:

All Versions

Download com.github.auties00 : noise-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.0

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 noise-java-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.southernstorm.noise.crypto

├─ com.southernstorm.noise.crypto.Blake2bMessageDigest.class - [JAR]

├─ com.southernstorm.noise.crypto.Blake2sMessageDigest.class - [JAR]

├─ com.southernstorm.noise.crypto.ChaChaCore.class - [JAR]

├─ com.southernstorm.noise.crypto.Curve25519.class - [JAR]

├─ com.southernstorm.noise.crypto.Curve448.class - [JAR]

├─ com.southernstorm.noise.crypto.GHASH.class - [JAR]

├─ com.southernstorm.noise.crypto.NewHope.class - [JAR]

├─ com.southernstorm.noise.crypto.NewHopeTor.class - [JAR]

├─ com.southernstorm.noise.crypto.Poly1305.class - [JAR]

├─ com.southernstorm.noise.crypto.RijndaelAES.class - [JAR]

├─ com.southernstorm.noise.crypto.SHA256MessageDigest.class - [JAR]

├─ com.southernstorm.noise.crypto.SHA512MessageDigest.class - [JAR]

com.southernstorm.noise.protocol

├─ com.southernstorm.noise.protocol.AESGCMFallbackCipherState.class - [JAR]

├─ com.southernstorm.noise.protocol.AESGCMOnCtrCipherState.class - [JAR]

├─ com.southernstorm.noise.protocol.ChaChaPolyCipherState.class - [JAR]

├─ com.southernstorm.noise.protocol.CipherState.class - [JAR]

├─ com.southernstorm.noise.protocol.CipherStatePair.class - [JAR]

├─ com.southernstorm.noise.protocol.Curve25519DHState.class - [JAR]

├─ com.southernstorm.noise.protocol.Curve448DHState.class - [JAR]

├─ com.southernstorm.noise.protocol.DHState.class - [JAR]

├─ com.southernstorm.noise.protocol.DHStateHybrid.class - [JAR]

├─ com.southernstorm.noise.protocol.Destroyable.class - [JAR]

├─ com.southernstorm.noise.protocol.HandshakeState.class - [JAR]

├─ com.southernstorm.noise.protocol.NewHopeDHState.class - [JAR]

├─ com.southernstorm.noise.protocol.Noise.class - [JAR]

├─ com.southernstorm.noise.protocol.Pattern.class - [JAR]

├─ com.southernstorm.noise.protocol.SymmetricState.class - [JAR]

Advertisement