examples: add some additional speed testing tools
commit33c65bdb2ce388e58d77890056019907a5253aba
authorPhil Sutter <phil.sutter@viprinet.com>
Tue, 18 Jan 2011 17:33:31 +0000 (18 18:33 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Jan 2011 11:15:24 +0000 (22 12:15 +0100)
treee48f5ee060df291e0e874b9c59575f4693b30349
parent234b11a707515443770584ec865e17c9cce28471
examples: add some additional speed testing tools

- sha_speed does performance testing of SHA1 and SHA256
- hashcrypt_speed additionally encrypts with AES128 and AES256

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.gitignore
examples/Makefile
examples/hashcrypt_speed.c [new file with mode: 0644]
examples/sha_speed.c [new file with mode: 0644]