Pavel Tvrdík
|
f594ab67bb
|
Revert "Birdtest: U64_C() macro"
This reverts commit 804ee1458d .
And make better solution with stdint.h and UINT64_C macro.
Thanks to Ondrej Zajicek.
|
2015-08-04 10:31:50 +02:00 |
|
Pavel Tvrdík
|
804ee1458d
|
Birdtest: U64_C() macro
|
2015-08-03 14:41:20 +02:00 |
|
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
|
5aa9ab0cfd
|
SHA & MD5 libs: changing headers
|
2015-05-13 09:27:44 +02:00 |
|
Pavel Tvrdík
|
d16b33f556
|
SHA512: Fixing bug in SHA512 & SHA384
SHA512/SHA384 are using the SHA256 update and differs in the transform function.
This adds a pointer to transform function into a SHA context.
|
2015-05-12 12:46:26 +02:00 |
|
Pavel Tvrdík
|
5a12cc27f7
|
SHA512: small changes in code style
|
2015-05-12 12:46:26 +02:00 |
|
Pavel Tvrdík
|
5beaaa3d6b
|
SHA: only renamed hd -> ctx
|
2015-05-12 12:24:28 +02:00 |
|
Pavel Tvrdík
|
71adc0f9e2
|
Add HMAC-SHA384 and HMAC-SHA512 (both not work!)
|
2015-04-29 16:50:38 +02:00 |
|
Pavel Tvrdík
|
5355407915
|
Add SHA512 and SHA384 hash library and unit tests
|
2015-04-28 17:05:29 +02:00 |
|