Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-17 09:56:01

0001 
0002 #ifndef sodium_H
0003 #define sodium_H
0004 
0005 #include "sodium/version.h"
0006 
0007 #include "sodium/core.h"
0008 #include "sodium/crypto_aead_aegis128l.h"
0009 #include "sodium/crypto_aead_aegis256.h"
0010 #include "sodium/crypto_aead_aes256gcm.h"
0011 #include "sodium/crypto_aead_chacha20poly1305.h"
0012 #include "sodium/crypto_aead_xchacha20poly1305.h"
0013 #include "sodium/crypto_auth.h"
0014 #include "sodium/crypto_auth_hmacsha256.h"
0015 #include "sodium/crypto_auth_hmacsha512.h"
0016 #include "sodium/crypto_auth_hmacsha512256.h"
0017 #include "sodium/crypto_box.h"
0018 #include "sodium/crypto_box_curve25519xsalsa20poly1305.h"
0019 #include "sodium/crypto_core_hchacha20.h"
0020 #include "sodium/crypto_core_hsalsa20.h"
0021 #include "sodium/crypto_core_salsa20.h"
0022 #include "sodium/crypto_core_salsa2012.h"
0023 #include "sodium/crypto_core_salsa208.h"
0024 #include "sodium/crypto_generichash.h"
0025 #include "sodium/crypto_generichash_blake2b.h"
0026 #include "sodium/crypto_hash.h"
0027 #include "sodium/crypto_hash_sha256.h"
0028 #include "sodium/crypto_hash_sha512.h"
0029 #include "sodium/crypto_kdf.h"
0030 #include "sodium/crypto_kdf_hkdf_sha256.h"
0031 #include "sodium/crypto_kdf_hkdf_sha512.h"
0032 #include "sodium/crypto_kdf_blake2b.h"
0033 #include "sodium/crypto_kdf_hkdf_sha256.h"
0034 #include "sodium/crypto_kdf_hkdf_sha512.h"
0035 #include "sodium/crypto_kx.h"
0036 #include "sodium/crypto_onetimeauth.h"
0037 #include "sodium/crypto_onetimeauth_poly1305.h"
0038 #include "sodium/crypto_pwhash.h"
0039 #include "sodium/crypto_pwhash_argon2i.h"
0040 #include "sodium/crypto_scalarmult.h"
0041 #include "sodium/crypto_scalarmult_curve25519.h"
0042 #include "sodium/crypto_secretbox.h"
0043 #include "sodium/crypto_secretbox_xsalsa20poly1305.h"
0044 #include "sodium/crypto_secretstream_xchacha20poly1305.h"
0045 #include "sodium/crypto_shorthash.h"
0046 #include "sodium/crypto_shorthash_siphash24.h"
0047 #include "sodium/crypto_sign.h"
0048 #include "sodium/crypto_sign_ed25519.h"
0049 #include "sodium/crypto_stream.h"
0050 #include "sodium/crypto_stream_chacha20.h"
0051 #include "sodium/crypto_stream_salsa20.h"
0052 #include "sodium/crypto_stream_xsalsa20.h"
0053 #include "sodium/crypto_verify_16.h"
0054 #include "sodium/crypto_verify_32.h"
0055 #include "sodium/crypto_verify_64.h"
0056 #include "sodium/randombytes.h"
0057 #include "sodium/randombytes_internal_random.h"
0058 #include "sodium/randombytes_sysrandom.h"
0059 #include "sodium/runtime.h"
0060 #include "sodium/utils.h"
0061 
0062 #ifndef SODIUM_LIBRARY_MINIMAL
0063 #include "sodium/crypto_box_curve25519xchacha20poly1305.h"
0064 #include "sodium/crypto_core_ed25519.h"
0065 #include "sodium/crypto_core_ristretto255.h"
0066 #include "sodium/crypto_pwhash_scryptsalsa208sha256.h"
0067 #include "sodium/crypto_scalarmult_ed25519.h"
0068 #include "sodium/crypto_scalarmult_ristretto255.h"
0069 #include "sodium/crypto_secretbox_xchacha20poly1305.h"
0070 #include "sodium/crypto_stream_salsa2012.h"
0071 #include "sodium/crypto_stream_salsa208.h"
0072 #include "sodium/crypto_stream_xchacha20.h"
0073 #endif
0074 
0075 #endif