Added real usage examples, and moved test code to tests/
commit074ce4c04ed4dc04b1ae47df5ea866280b4e3190
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Dec 2011 11:47:13 +0000 (4 12:47 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Dec 2011 11:47:13 +0000 (4 12:47 +0100)
tree7f1640f49b74c105b3a8317b0c713a890e9a5138
parentfd3183e129be2a9061ce4b5da30bbfba985ee738
Added real usage examples, and moved test code to tests/
18 files changed:
examples/aes.c [new file with mode: 0644]
examples/aes.h [new file with mode: 0644]
examples/sha.c [new file with mode: 0644]
examples/sha.h [new file with mode: 0644]
tests/Makefile [moved from examples/Makefile with 100% similarity]
tests/async_cipher.c [moved from examples/async_cipher.c with 100% similarity]
tests/async_hmac.c [moved from examples/async_hmac.c with 100% similarity]
tests/async_speed.c [moved from examples/async_speed.c with 100% similarity]
tests/cipher-aead-srtp.c [moved from examples/cipher-aead-srtp.c with 100% similarity]
tests/cipher-aead.c [moved from examples/cipher-aead.c with 100% similarity]
tests/cipher-gcm.c [moved from examples/cipher-gcm.c with 100% similarity]
tests/cipher.c [moved from examples/cipher.c with 100% similarity]
tests/fullspeed.c [moved from examples/fullspeed.c with 100% similarity]
tests/hashcrypt_speed.c [moved from examples/hashcrypt_speed.c with 100% similarity]
tests/hmac.c [moved from examples/hmac.c with 100% similarity]
tests/sha_speed.c [moved from examples/sha_speed.c with 100% similarity]
tests/speed.c [moved from examples/speed.c with 100% similarity]
tests/testhelper.h [moved from examples/testhelper.h with 100% similarity]