Package com.eatthepath.noise.component


package com.eatthepath.noise.component
Provides interfaces and concrete implementations of the cryptographic components of a Noise protocol (key agreement algorithms, ciphers, and hash algorithms).
  • Interfaces
    Class
    Description
    A 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.