added initial code to compare cost in-kernel and in userspace encryption.
commit1bcd3c34b0777c46958467999493a1b0a9a25fcc
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Dec 2011 16:36:24 +0000 (4 17:36 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Dec 2011 16:36:24 +0000 (4 17:36 +0100)
tree68c73d047d1fdf61d3070b5383f9e834adc39131
parent5bfa67d715841d38273e529718fcd2ef5b279832
added initial code to compare cost in-kernel and in userspace encryption.
.gitignore
lib/Makefile [new file with mode: 0644]
lib/benchmark [new file with mode: 0755]
lib/benchmark.c [new file with mode: 0644]
lib/benchmark.h [new file with mode: 0644]
lib/combo.c [new file with mode: 0644]
lib/hash.c [new file with mode: 0644]
lib/hash.h [new file with mode: 0644]
lib/main.c [new file with mode: 0644]