diff options
Diffstat (limited to 'example-hmac.c')
-rw-r--r-- | example-hmac.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/example-hmac.c b/example-hmac.c index 7dc2b4c..d300e47 100644 --- a/example-hmac.c +++ b/example-hmac.c @@ -1,8 +1,9 @@ /* * Demo on how to use OpenBSD /dev/crypto device. * - * Author: Michal Ludvig <michal@logix.cz> - * http://www.logix.cz/michal + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> + * + * Based originally on code by Michal Ludvig <michal@logix.cz> * * Note: by default OpenBSD doesn't allow using * /dev/crypto if there is no hardware accelerator |