Uses of Package
com.eatthepath.noise.component
Packages that use com.eatthepath.noise.component
Package
Description
Provides interfaces and concrete implementations of the cryptographic components of a Noise protocol (key agreement
algorithms, ciphers, and hash algorithms).
-
Classes in com.eatthepath.noise.component used by com.eatthepath.noise.componentClassDescriptionA Noise cipher is a stateless object that encrypts and decrypts data for use in a Noise protocol.A Noise hash implementation encapsulates the hashing functionality of a Noise protocol.A Noise key agreement implementation encapsulates the key agreement functions of a Noise protocol.