Skip to content
Snippets Groups Projects
Commit 79b7ca39 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/ChangeLog:1.56
Rev: src/nettle/hmac.c:1.3
Rev: src/nettle/hmac.h:1.4
parent 20be10b3
No related branches found
No related tags found
No related merge requests found
2002-01-15 Niels Mller <nisse@cuckoo.hack.org>
* hmac-sha1.c: New file.
2002-01-14 Niels Mller <nisse@cuckoo.hack.org> 2002-01-14 Niels Mller <nisse@cuckoo.hack.org>
* configure.in: Bumped version to 1.1.
* testsuite/hmac-test.c (test_main): Added hmac-sha1 test cases. * testsuite/hmac-test.c (test_main): Added hmac-sha1 test cases.
* rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d. * rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d.
......
/* hmac.c /* hmac.c
* *
* HMAC message authentication code. * HMAC message authentication code (RFC-2104).
*/ */
/* nettle, low-level cryptographics library /* nettle, low-level cryptographics library
......
/* hmac.h /* hmac.h
* *
* HMAC message authentication code. * HMAC message authentication code (RFC-2104).
*/ */
/* nettle, low-level cryptographics library /* nettle, low-level cryptographics library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment