Browse Source

openssl -> libsodium

Signed-off-by: r4sas <r4sas@i2pmail.org>
master
R4SAS 4 years ago
parent
commit
fba53c52ae
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      sygcpp.cpp

2
sygcpp.cpp

@ -41,7 +41,7 @@ void intro() @@ -41,7 +41,7 @@ void intro()
std::cout << std::endl
<< " +--------------------------------------------------------------------------+" << std::endl
<< " | SimpleYggGen C++ 2.0-outrunning |" << std::endl
<< " | OpenSSL inside: x25519 -> sha512 |" << std::endl
<< " | libsoduim inside: x25519 -> sha512 |" << std::endl
<< " | notabug.org/acetone/SimpleYggGen-CPP |" << std::endl
<< " | |" << std::endl
<< " | developers: acetone, lialh4, orignal, R4SAS, Vort |" << std::endl

Loading…
Cancel
Save