index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
sha
/
keccak1600.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sha/keccak1600.c: switch to more efficient bit interleaving algorithm.
Andy Polyakov
2017-06-08
1
-43
/
+95
*
sha/keccak1600.c: add #ifdef KECCAK1600_ASM.
Andy Polyakov
2017-06-05
1
-0
/
+7
*
sha/keccak1600.c: reduce temporary storage utilization even futher.
Andy Polyakov
2017-06-05
1
-47
/
+46
*
sha/keccak1600.c: add another 1x variant.
Andy Polyakov
2017-06-05
1
-0
/
+144
*
sha/keccak1600.c: add ARM-specific "reference" tweaks.
Andy Polyakov
2017-06-05
1
-21
/
+41
*
sha/keccak1600.c: implement lane complementing transform
Andy Polyakov
2017-05-30
1
-0
/
+58
*
sha/keccak1600.c: implement bit interleaving optimization.
Andy Polyakov
2017-05-30
1
-78
/
+103
*
Cleanup - use e_os2.h rather than stdint.h
Richard Levitte
2017-05-11
1
-1
/
+1
*
sha/keccak1600.c: add some optimized implementations.
Andy Polyakov
2016-11-11
1
-5
/
+585
*
sha/keccak1600.c: add couple of soft asserts.
Andy Polyakov
2016-10-31
1
-0
/
+4
*
sha/keccak1600.c: add known answer and verify result with memcmp.
Andy Polyakov
2016-10-24
1
-3
/
+83
*
crypto/sha: add Keccak1600 primitives to build SHA-3 upon.
Andy Polyakov
2016-10-24
1
-0
/
+281