vibe-noisestream ~master (2017-04-17T08:56:10Z)
Dub
Repo
NOISE_ERROR_INVALID_LENGTH
noise
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) pure nothrow @
nogc
enum
NOISE_ERROR_INVALID_LENGTH
=
NOISE_ID
(
'E'
,
10
)
;
Meta
Source
See Source File
noise
functions
NOISE_ID
noise_buffer_init
noise_buffer_set_inout
noise_buffer_set_input
noise_buffer_set_output
noise_cipherstate_decrypt
noise_cipherstate_encrypt
noise_cipherstate_free
noise_dhstate_free
noise_dhstate_generate_keypair
noise_dhstate_get_keypair
noise_dhstate_get_private_key_length
noise_dhstate_get_public_key
noise_dhstate_get_public_key_length
noise_dhstate_new_by_id
noise_dhstate_set_keypair_private
noise_handshakestate_free
noise_handshakestate_get_action
noise_handshakestate_get_local_keypair_dh
noise_handshakestate_get_remote_public_key_dh
noise_handshakestate_new_by_name
noise_handshakestate_read_message
noise_handshakestate_split
noise_handshakestate_start
noise_handshakestate_write_message
noise_init
noise_strerror
manifest constants
NOISE_ACTION_COMPLETE
NOISE_ACTION_FAILED
NOISE_ACTION_NONE
NOISE_ACTION_READ_MESSAGE
NOISE_ACTION_SPLIT
NOISE_ACTION_WRITE_MESSAGE
NOISE_DH_CURVE25519
NOISE_ERROR_INVALID_FORMAT
NOISE_ERROR_INVALID_LENGTH
NOISE_ERROR_INVALID_NONCE
NOISE_ERROR_INVALID_PARAM
NOISE_ERROR_INVALID_PRIVATE_KEY
NOISE_ERROR_INVALID_PUBLIC_KEY
NOISE_ERROR_INVALID_SIGNATURE
NOISE_ERROR_INVALID_STATE
NOISE_ERROR_LOCAL_KEY_REQUIRED
NOISE_ERROR_MAC_FAILURE
NOISE_ERROR_NONE
NOISE_ERROR_NOT_APPLICABLE
NOISE_ERROR_NO_MEMORY
NOISE_ERROR_PSK_REQUIRED
NOISE_ERROR_REMOTE_KEY_REQUIRED
NOISE_ERROR_SYSTEM
NOISE_ERROR_UNKNOWN_ID
NOISE_ERROR_UNKNOWN_NAME
NOISE_ROLE_INITIATOR
NOISE_ROLE_RESPONDER
structs
NoiseBuffer
NoiseCipherState
NoiseDHState
NoiseHandshakeState