Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
7242cdf8
Commit
7242cdf8
authored
Jun 19, 2014
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial whitespace fixup
parent
f11d673b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
zmq_utils.h
include/zmq_utils.h
+5
-5
No files found.
include/zmq_utils.h
View file @
7242cdf8
...
...
@@ -61,16 +61,16 @@ extern "C" {
# endif
#endif
/*
These functions are documented by man pages
*/
/*
These functions are documented by man pages
*/
/*
Encode data with Z85 encoding. Returns encoded data
*/
/*
Encode data with Z85 encoding. Returns encoded data
*/
ZMQ_EXPORT
char
*
zmq_z85_encode
(
char
*
dest
,
uint8_t
*
data
,
size_t
size
);
/*
Decode data with Z85 encoding. Returns decoded data
*/
/*
Decode data with Z85 encoding. Returns decoded data
*/
ZMQ_EXPORT
uint8_t
*
zmq_z85_decode
(
uint8_t
*
dest
,
char
*
string
);
/*
Generate z85-encoded public and private keypair with libsodium.
*/
/*
Returns 0 on success.
*/
/*
Generate z85-encoded public and private keypair with libsodium.
*/
/*
Returns 0 on success.
*/
ZMQ_EXPORT
int
zmq_curve_keypair
(
char
*
z85_public_key
,
char
*
z85_secret_key
);
typedef
void
(
zmq_thread_fn
)
(
void
*
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment