Package com.southernstorm.noise.crypto
Fallback implementations of cryptographic primitives.
This package provides plain Java implementations of the
cryptographic primitives that Noise requires which do not
normally come with standard JDK's.
Applications that use Noise won't normally use these classes
directly.
-
Class Summary Class Description ChaChaCore Implementation of the ChaCha20 core hash transformation.Curve25519 Implementation of the Curve25519 elliptic curve algorithm.Poly1305 Simple implementation of the Poly1305 message authenticator.