This website requires JavaScript.
Explore
Help
Sign In
reactor
/
ptth
Watch
1
Star
0
Fork
You've already forked ptth
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
77f842485f
ptth
/
bare_minimum_crypto
/
cpp
/
sodium_helpers.h
8 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
update: establishing the receiver role clearly
2021-01-18 00:00:45 +00:00
#
pragma once
update: working on sender role
2021-01-18 22:57:33 +00:00
#
include
<sodium.h>
update: establishing the receiver role clearly
2021-01-18 00:00:45 +00:00
namespace
BareMinimumCrypto
{
void
try_sodium_init
(
)
;
}