Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
yids
avr-pager
Commits
ba716f9f
Commit
ba716f9f
authored
Nov 18, 2016
by
yids
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
header file
parent
875a5b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
libs/pagerlib/pagerlib.h
libs/pagerlib/pagerlib.h
+4
-1
No files found.
libs/pagerlib/pagerlib.h
View file @
ba716f9f
...
...
@@ -102,11 +102,14 @@ struct pl_ctx * pl_init();
struct
pl_keypair
*
pl_create_keypair
(
struct
pl_ctx
*
);
int
pl_set_receiver
(
struct
pl_ctx
*
ctx
,
char
*
public_key
);
int
pl_set_receiver_by_address
(
struct
pl_ctx
*
ctx
,
uint32_t
addr
);
int
pl_send_message
(
struct
pl_ctx
*
);
int
pl_send_message_fifo
(
struct
pl_ctx
*
ctx
,
char
*
fifo
);
int
pl_receive_message
(
struct
pl_ctx
*
);
int
pl_save_key
(
struct
pl_keypair
*
key
,
char
*
filename
);
int
pl_load_key
(
struct
pl_ctx
*
ctx
,
char
*
filename
);
int
pl_load_key
pair
(
struct
pl_ctx
*
ctx
,
char
*
filename
);
int
pl_save_public_key
(
char
pubkey
[
crypto_box_PUBLICKEYBYTES
],
char
*
filename
);
char
*
pl_load_public_key
(
char
*
filename
);
int
pl_print_keylist
(
struct
pl_ctx
*
ctx
);
...
...
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