Pavel Tvrdík
|
1673814087
|
MD5, SHA1/256/512 libraries: fixing code style
|
2015-05-19 10:06:28 +02:00 |
|
Pavel Tvrdík
|
ddb80bd8c5
|
unsigned [int] -> uint
|
2015-05-19 08:53:34 +02:00 |
|
Pavel Tvrdík
|
8e8a438322
|
unsgined char -> byte
|
2015-05-19 08:14:04 +02:00 |
|
Pavel Tvrdík
|
40d323e150
|
Add HMAC-MD5 library and tests
|
2015-05-13 11:18:10 +02:00 |
|
Pavel Tvrdík
|
aa75e6dfe1
|
MD5: change interface of md5_final()
originally:
void md5_final(unsigned char digest[16], struct md5_context *ctx);
newly:
byte * md5_final(md5_context *ctx);
|
2015-05-13 11:18:10 +02:00 |
|
Pavel Tvrdík
|
1512c11ddc
|
MD5: change naming style
MD5Init -> md5_init
MD5Update -> md5_update
MD5Transform -> md5_transform
MD5Final -> md5_final
MD5Context -> md5_context
|
2015-05-13 09:32:00 +02:00 |
|
Pavel Tvrdík
|
5aa9ab0cfd
|
SHA & MD5 libs: changing headers
|
2015-05-13 09:27:44 +02:00 |
|
Martin Mares
|
18c8241a91
|
BIRD library: The story continues.
Complete resource manages and IP address handling.
|
1998-05-03 16:43:39 +00:00 |
|