Go to the documentation of this file. 5 #include "sodium/core.h" 6 #include "sodium/crypto_aead_chacha20poly1305.h" 7 #include "sodium/crypto_auth.h" 8 #include "sodium/crypto_auth_hmacsha256.h" 9 #include "sodium/crypto_auth_hmacsha512.h" 10 #include "sodium/crypto_auth_hmacsha512256.h" 11 #include "sodium/crypto_box.h" 12 #include "sodium/crypto_box_curve25519xsalsa20poly1305.h" 13 #include "sodium/crypto_core_hsalsa20.h" 14 #include "sodium/crypto_core_salsa20.h" 15 #include "sodium/crypto_core_salsa2012.h" 16 #include "sodium/crypto_core_salsa208.h" 17 #include "sodium/crypto_generichash.h" 18 #include "sodium/crypto_generichash_blake2b.h" 19 #include "sodium/crypto_hash.h" 20 #include "sodium/crypto_hash_sha256.h" 21 #include "sodium/crypto_hash_sha512.h" 22 #include "sodium/crypto_onetimeauth.h" 23 #include "sodium/crypto_onetimeauth_poly1305.h" 24 #include "sodium/crypto_pwhash_scryptsalsa208sha256.h" 25 #include "sodium/crypto_scalarmult.h" 26 #include "sodium/crypto_scalarmult_curve25519.h" 27 #include "sodium/crypto_secretbox.h" 28 #include "sodium/crypto_secretbox_xsalsa20poly1305.h" 29 #include "sodium/crypto_shorthash.h" 30 #include "sodium/crypto_shorthash_siphash24.h" 31 #include "sodium/crypto_sign.h" 32 #include "sodium/crypto_sign_ed25519.h" 33 #include "sodium/crypto_stream.h" 34 #include "sodium/crypto_stream_aes128ctr.h" 35 #include "sodium/crypto_stream_chacha20.h" 36 #include "sodium/crypto_stream_salsa20.h" 37 #include "sodium/crypto_stream_salsa2012.h" 38 #include "sodium/crypto_stream_salsa208.h" 39 #include "sodium/crypto_stream_xsalsa20.h" 40 #include "sodium/crypto_verify_16.h" 42 #include "sodium/crypto_verify_64.h" 44 #include "sodium/randombytes_salsa20_random.h" 45 #include "sodium/randombytes_sysrandom.h" 46 #include "sodium/runtime.h" 47 #include "sodium/utils.h" 48 #include "sodium/version.h"