Uses of Interface
com.eatthepath.noise.component.NoiseHash
Packages that use NoiseHash
Package
Description
Provides interfaces and concrete implementations of the cryptographic components of a Noise protocol (key agreement
algorithms, ciphers, and hash algorithms).
-
Uses of NoiseHash in com.eatthepath.noise.component
Methods in com.eatthepath.noise.component that return NoiseHashModifier and TypeMethodDescriptionstatic NoiseHash
NoiseHash.getInstance
(String noiseHashName) Returns aNoiseHash
instance that implements the named hash algorithm.