vibe-noisestream v0.1.0 (2017-03-30T19:06:59Z)
Dub
Repo
NoiseException
vibe
noise
Exception thrown on internal errors.
class
NoiseException : Exception {
this
(string message, int error, string file, size_t line, Throwable next);
this
(string message, string file, size_t line, Throwable next);
}
Constructors
this
this
(string message, int error, string file, size_t line, Throwable next)
Undocumented in source.
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 on internal errors.