Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
79b7ca39
Commit
79b7ca39
authored
Jan 15, 2002
by
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
79b7ca39
2002-01-15 Niels Mller <nisse@cuckoo.hack.org>
* hmac-sha1.c: New file.
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.
* rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d.
...
...
hmac.c
View file @
79b7ca39
/* hmac.c
*
* HMAC message authentication code.
* HMAC message authentication code
(RFC-2104)
.
*/
/* nettle, low-level cryptographics library
...
...
hmac.h
View file @
79b7ca39
/* hmac.h
*
* HMAC message authentication code.
* HMAC message authentication code
(RFC-2104)
.
*/
/* nettle, low-level cryptographics library
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment