ptth/bare_minimum_crypto/cpp/sodium_helpers.h

8 lines
93 B
C
Raw Normal View History

#pragma once
2021-01-18 22:57:33 +00:00
#include <sodium.h>
namespace BareMinimumCrypto {
void try_sodium_init ();
}