vibe-noisestream ~master (2017-04-17T08:56:10Z)
Dub
Repo
keyFromHex
vibe
noise
Convert key from hex to binary format.
Note: keyHex.length needs to be 2*KeySize.
void
keyFromHex
(
char
[]
keyHex
,
ubyte
[]
keyBin
)
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
Convert key from hex to binary format.
Note: keyHex.length needs to be 2*KeySize.