Sha256: a9013af652cbf27a114622414536608a11eacf6c60bb73eda72afbde11fe0320

Contents?: true

Size: 1.76 KB

Versions: 3

Compression:

Stored size: 1.76 KB

Contents

SODIUM_EXPORT = \
	sodium.h \
	sodium/core.h \
	sodium/crypto_auth.h \
	sodium/crypto_auth_hmacsha256.h \
	sodium/crypto_auth_hmacsha512.h \
	sodium/crypto_auth_hmacsha512256.h \
	sodium/crypto_box.h \
	sodium/crypto_box_curve25519xsalsa20poly1305.h \
	sodium/crypto_core_hsalsa20.h \
	sodium/crypto_core_salsa20.h \
	sodium/crypto_core_salsa2012.h \
	sodium/crypto_core_salsa208.h \
	sodium/crypto_generichash.h \
	sodium/crypto_generichash_blake2b.h \
	sodium/crypto_hash.h \
	sodium/crypto_hash_sha256.h \
	sodium/crypto_hash_sha512.h \
	sodium/crypto_onetimeauth.h \
	sodium/crypto_onetimeauth_poly1305.h \
	sodium/crypto_onetimeauth_poly1305_donna.h \
	sodium/crypto_pwhash_scryptxsalsa208sha256.h \
	sodium/crypto_scalarmult.h \
	sodium/crypto_scalarmult_curve25519.h \
	sodium/crypto_secretbox.h \
	sodium/crypto_secretbox_xsalsa20poly1305.h \
	sodium/crypto_shorthash.h \
	sodium/crypto_shorthash_siphash24.h \
	sodium/crypto_sign.h \
	sodium/crypto_sign_ed25519.h \
	sodium/crypto_sign_edwards25519sha512batch.h \
	sodium/crypto_stream.h \
	sodium/crypto_stream_aes128ctr.h \
	sodium/crypto_stream_aes256estream.h \
	sodium/crypto_stream_salsa20.h \
	sodium/crypto_stream_salsa2012.h \
	sodium/crypto_stream_salsa208.h \
	sodium/crypto_stream_xsalsa20.h \
	sodium/crypto_int32.h \
	sodium/crypto_int64.h \
	sodium/crypto_uint16.h \
	sodium/crypto_uint32.h \
	sodium/crypto_uint64.h \
	sodium/crypto_uint8.h \
	sodium/crypto_verify_16.h \
	sodium/crypto_verify_32.h \
	sodium/crypto_verify_64.h \
	sodium/export.h \
	sodium/randombytes.h \
	sodium/randombytes_salsa20_random.h \
	sodium/randombytes_sysrandom.h \
	sodium/runtime.h \
	sodium/utils.h

EXTRA_SRC = $(SODIUM_EXPORT) \
	sodium/version.h.in

nobase_include_HEADERS = $(SODIUM_EXPORT)

nobase_nodist_include_HEADERS = \
	sodium/version.h

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.5.0.1 vendor/libsodium/src/libsodium/include/Makefile.am
rbnacl-libsodium-0.5.0.1.pre vendor/libsodium/src/libsodium/include/Makefile.am
rbnacl-libsodium-0.5.0 vendor/libsodium/src/libsodium/include/Makefile.am