vibe-noisestream v0.1.0 (2017-03-30T19:06:59Z)
Dub
Repo
AuthException
vibe
noise
Exception thrown when authentication in createNoiseStream failed.
class
AuthException : Exception {
this
(string message, string file, size_t line, Throwable next);
}
Constructors
this
this
(string message, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
vibe
noise
aliases
VerifyKeyDelegate
classes
AuthException
NoiseException
NoiseStream
enums
NoiseKind
functions
createKeys
createNoiseStream
keyFromHex
keyToHex
readPublicKey
manifest constants
KeySize
structs
NoiseSettings
Exception thrown when authentication in createNoiseStream failed.