Happy 2021
This commit is contained in:
5
src/3rdparty/sodium.h
vendored
5
src/3rdparty/sodium.h
vendored
@@ -1,9 +1,12 @@
|
||||
// Copyright 2019-2021 The Hush developers
|
||||
// Released under the GPLv3
|
||||
|
||||
#ifndef sodium_H
|
||||
#define sodium_H
|
||||
|
||||
#include "sodium/version.h"
|
||||
// This is where SDL includes libsodium primitives to be used on our application
|
||||
|
||||
#include "sodium/version.h"
|
||||
#include "sodium/core.h"
|
||||
#include "sodium/crypto_aead_aes256gcm.h"
|
||||
#include "sodium/crypto_aead_chacha20poly1305.h"
|
||||
|
||||
Reference in New Issue
Block a user