digest-kangarootwelve 0.3.2 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of digest-kangarootwelve might be problematic. Click here for more details.

Files changed (1025) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/LICENSE.XKCP +9 -0
  4. data/README.md +63 -33
  5. data/Rakefile +58 -4
  6. data/digest-kangarootwelve.gemspec +22 -316
  7. data/ext/digest/kangarootwelve/XKCP/lib/common/align.h +33 -0
  8. data/ext/digest/kangarootwelve/XKCP/lib/common/brg_endian.h +143 -0
  9. data/ext/digest/kangarootwelve/XKCP/lib/high/KangarooTwelve/KangarooTwelve.c +301 -0
  10. data/ext/digest/kangarootwelve/XKCP/lib/high/KangarooTwelve/KangarooTwelve.h +97 -0
  11. data/ext/digest/kangarootwelve/XKCP/lib/high/Keccak/KeccakSponge.c +111 -0
  12. data/ext/digest/kangarootwelve/XKCP/lib/high/Keccak/KeccakSponge.h +76 -0
  13. data/ext/digest/kangarootwelve/XKCP/lib/high/Keccak/KeccakSponge.inc +314 -0
  14. data/ext/digest/kangarootwelve/XKCP/lib/high/common/Phases.h +25 -0
  15. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/ARM/KeccakP-1600-SnP.h +41 -0
  16. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/ARMv7A-NEON/KeccakP-1600-SnP.h +42 -0
  17. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/AVR8/KeccakP-1600-SnP.h +42 -0
  18. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/AVX2/KeccakP-1600-SnP.h +52 -0
  19. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/AVX512/C/KeccakP-1600-AVX512.c +623 -0
  20. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/AVX512/C/KeccakP-1600-SnP.h +47 -0
  21. data/ext/digest/kangarootwelve/{keccak/skylakex → XKCP/lib/low/KeccakP-1600/AVX512/C/u12}/KeccakP-1600-AVX512-config.h +0 -0
  22. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/AVX512/KeccakP-1600-SnP.h +53 -0
  23. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/XOP/KeccakP-1600-SnP.h +44 -0
  24. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/XOP/KeccakP-1600-XOP.c +476 -0
  25. data/ext/digest/kangarootwelve/{keccak/bulldozer → XKCP/lib/low/KeccakP-1600/XOP/ua}/KeccakP-1600-XOP-config.h +0 -0
  26. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/common/KeccakP-1600-64.macros +748 -0
  27. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/common/KeccakP-1600-unrolling.macros +305 -0
  28. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/compact/KeccakP-1600-SnP.h +40 -0
  29. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/compact/KeccakP-1600-compact64.c +420 -0
  30. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/plain-32bits-inplace/KeccakP-1600-SnP.h +43 -0
  31. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/plain-32bits-inplace/KeccakP-1600-inplace32BI.c +1163 -0
  32. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/plain-64bits/KeccakP-1600-SnP.h +54 -0
  33. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/plain-64bits/KeccakP-1600-opt64.c +565 -0
  34. data/ext/digest/kangarootwelve/{keccak/generic64lc → XKCP/lib/low/KeccakP-1600/plain-64bits/lcua}/KeccakP-1600-opt64-config.h +0 -0
  35. data/ext/digest/kangarootwelve/{keccak/sandybridge → XKCP/lib/low/KeccakP-1600/plain-64bits/lcua-shld}/KeccakP-1600-opt64-config.h +0 -0
  36. data/ext/digest/kangarootwelve/{keccak/generic64 → XKCP/lib/low/KeccakP-1600/plain-64bits/ua}/KeccakP-1600-opt64-config.h +0 -0
  37. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/ref-32bits/KeccakP-1600-SnP.h +44 -0
  38. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/ref-32bits/KeccakP-1600-reference.h +23 -0
  39. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/ref-32bits/KeccakP-1600-reference32BI.c +625 -0
  40. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/ref-64bits/KeccakP-1600-SnP.h +44 -0
  41. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/ref-64bits/KeccakP-1600-reference.c +440 -0
  42. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600/ref-64bits/KeccakP-1600-reference.h +23 -0
  43. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/ARMv7A-NEON/KeccakP-1600-times2-SnP.h +42 -0
  44. data/ext/digest/kangarootwelve/{keccak/skylakex → XKCP/lib/low/KeccakP-1600-times2/AVX512/AVX512u12}/SIMD512-2-config.h +0 -0
  45. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/AVX512/KeccakP-1600-times2-SIMD512.c +850 -0
  46. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/AVX512/KeccakP-1600-times2-SnP.h +51 -0
  47. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/SIMD128/KeccakP-1600-times2-SIMD128.c +957 -0
  48. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/SIMD128/KeccakP-1600-times2-SnP.h +49 -0
  49. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/SIMD128/SSSE3-u2/SIMD128-config.h +8 -0
  50. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/SIMD128/SSSE3-ua/SIMD128-config.h +8 -0
  51. data/ext/digest/kangarootwelve/{keccak/bulldozer → XKCP/lib/low/KeccakP-1600-times2/SIMD128/XOP-ua}/SIMD128-config.h +0 -0
  52. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/fallback-on1/KeccakP-1600-times2-SnP.h +45 -0
  53. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times2/fallback-on1/KeccakP-1600-times2-on1.c +37 -0
  54. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times4/AVX2/KeccakP-1600-times4-SIMD256.c +1321 -0
  55. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times4/AVX2/KeccakP-1600-times4-SnP.h +55 -0
  56. data/ext/digest/kangarootwelve/{keccak/haswell → XKCP/lib/low/KeccakP-1600-times4/AVX2/u12}/SIMD256-config.h +0 -0
  57. data/ext/digest/kangarootwelve/{keccak/skylakex → XKCP/lib/low/KeccakP-1600-times4/AVX512/AVX512u12}/SIMD512-4-config.h +0 -0
  58. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times4/AVX512/KeccakP-1600-times4-SIMD512.c +881 -0
  59. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times4/AVX512/KeccakP-1600-times4-SnP.h +51 -0
  60. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times4/fallback-on1/KeccakP-1600-times4-SnP.h +45 -0
  61. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times4/fallback-on1/KeccakP-1600-times4-on1.c +37 -0
  62. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times4/fallback-on2/KeccakP-1600-times4-SnP.h +45 -0
  63. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times4/fallback-on2/KeccakP-1600-times4-on2.c +38 -0
  64. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times8/AVX512/KeccakP-1600-times8-SIMD512.c +1615 -0
  65. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times8/AVX512/KeccakP-1600-times8-SnP.h +57 -0
  66. data/ext/digest/kangarootwelve/{keccak/skylakex → XKCP/lib/low/KeccakP-1600-times8/AVX512/u12}/SIMD512-config.h +0 -0
  67. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times8/fallback-on1/KeccakP-1600-times8-SnP.h +45 -0
  68. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times8/fallback-on1/KeccakP-1600-times8-on1.c +37 -0
  69. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times8/fallback-on2/KeccakP-1600-times8-SnP.h +45 -0
  70. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times8/fallback-on2/KeccakP-1600-times8-on2.c +38 -0
  71. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times8/fallback-on4/KeccakP-1600-times8-SnP.h +45 -0
  72. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-1600-times8/fallback-on4/KeccakP-1600-times8-on4.c +38 -0
  73. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-200/ARM/KeccakP-200-SnP.h +41 -0
  74. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-200/ARM/KeccakP-200-armv7m-le-gcc.s +427 -0
  75. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-200/AVR8/KeccakP-200-SnP.h +41 -0
  76. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-200/compact/KeccakP-200-SnP.h +39 -0
  77. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-200/compact/KeccakP-200-compact.c +190 -0
  78. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-200/ref/KeccakP-200-SnP.h +43 -0
  79. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-200/ref/KeccakP-200-reference.c +412 -0
  80. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-200/ref/KeccakP-200-reference.h +23 -0
  81. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-400/ARM/KeccakP-400-SnP.h +41 -0
  82. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-400/AVR8/KeccakP-400-SnP.h +41 -0
  83. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-400/ref/KeccakP-400-SnP.h +43 -0
  84. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-400/ref/KeccakP-400-reference.c +414 -0
  85. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-400/ref/KeccakP-400-reference.h +23 -0
  86. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/ARM/KeccakP-800-SnP.h +42 -0
  87. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/AVR8/KeccakP-800-SnP.h +42 -0
  88. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/compact/KeccakP-800-SnP.h +40 -0
  89. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/compact/KeccakP-800-compact.c +244 -0
  90. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/KeccakP-800-SnP.h +46 -0
  91. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/KeccakP-800-opt32-bis.macros +184 -0
  92. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/KeccakP-800-opt32.c +454 -0
  93. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/KeccakP-800-opt32.macros +459 -0
  94. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/KeccakP-800-unrolling-bis.macros +83 -0
  95. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/KeccakP-800-unrolling.macros +88 -0
  96. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/lcu2/KeccakP-800-opt32-config.h +7 -0
  97. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/lcua/KeccakP-800-opt32-config.h +7 -0
  98. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/u2/KeccakP-800-opt32-config.h +7 -0
  99. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/plain/ua/KeccakP-800-opt32-config.h +7 -0
  100. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/ref/KeccakP-800-SnP.h +44 -0
  101. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/ref/KeccakP-800-reference.c +437 -0
  102. data/ext/digest/kangarootwelve/XKCP/lib/low/KeccakP-800/ref/KeccakP-800-reference.h +23 -0
  103. data/ext/digest/kangarootwelve/XKCP/lib/low/common/PlSnP-Fallback.inc +290 -0
  104. data/ext/digest/kangarootwelve/XKCP/lib/low/common/SnP-Relaned.h +141 -0
  105. data/ext/digest/kangarootwelve/XKCP/tests/UnitTests/displayIntermediateValues.c +177 -0
  106. data/ext/digest/kangarootwelve/XKCP/tests/UnitTests/displayIntermediateValues.h +30 -0
  107. data/ext/digest/kangarootwelve/ext.c +30 -22
  108. data/ext/digest/kangarootwelve/extconf.rb +7 -11
  109. data/ext/digest/kangarootwelve/targets/armv6/KangarooTwelve.c +1 -0
  110. data/ext/digest/kangarootwelve/targets/armv6/KangarooTwelve.h +1 -0
  111. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-1600-SnP.h +1 -0
  112. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-1600-times2-SnP.h +1 -0
  113. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-1600-times2-on1.c +1 -0
  114. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-1600-times4-SnP.h +1 -0
  115. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-1600-times4-on1.c +1 -0
  116. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-1600-times8-SnP.h +1 -0
  117. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-1600-times8-on1.c +1 -0
  118. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-200-SnP.h +1 -0
  119. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-400-SnP.h +1 -0
  120. data/ext/digest/kangarootwelve/targets/armv6/KeccakP-800-SnP.h +1 -0
  121. data/ext/digest/kangarootwelve/targets/armv6/KeccakSponge.c +1 -0
  122. data/ext/digest/kangarootwelve/targets/armv6/KeccakSponge.h +1 -0
  123. data/ext/digest/kangarootwelve/targets/armv6/KeccakSponge.inc +1 -0
  124. data/ext/digest/kangarootwelve/targets/armv6/Phases.h +1 -0
  125. data/ext/digest/kangarootwelve/targets/armv6/PlSnP-Fallback.inc +1 -0
  126. data/ext/digest/kangarootwelve/targets/armv6/align.h +1 -0
  127. data/ext/digest/kangarootwelve/targets/armv6/brg_endian.h +1 -0
  128. data/ext/digest/kangarootwelve/targets/armv6/config.h +1 -0
  129. data/ext/digest/kangarootwelve/{keccak/armv6m/ext.link.c → targets/armv6/ext.c} +0 -0
  130. data/ext/digest/kangarootwelve/targets/armv6/utils.h +1 -0
  131. data/ext/digest/kangarootwelve/targets/armv6m/KangarooTwelve.c +1 -0
  132. data/ext/digest/kangarootwelve/targets/armv6m/KangarooTwelve.h +1 -0
  133. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-1600-SnP.h +1 -0
  134. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-1600-times2-SnP.h +1 -0
  135. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-1600-times2-on1.c +1 -0
  136. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-1600-times4-SnP.h +1 -0
  137. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-1600-times4-on1.c +1 -0
  138. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-1600-times8-SnP.h +1 -0
  139. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-1600-times8-on1.c +1 -0
  140. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-200-SnP.h +1 -0
  141. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-400-SnP.h +1 -0
  142. data/ext/digest/kangarootwelve/targets/armv6m/KeccakP-800-SnP.h +1 -0
  143. data/ext/digest/kangarootwelve/targets/armv6m/KeccakSponge.c +1 -0
  144. data/ext/digest/kangarootwelve/targets/armv6m/KeccakSponge.h +1 -0
  145. data/ext/digest/kangarootwelve/targets/armv6m/KeccakSponge.inc +1 -0
  146. data/ext/digest/kangarootwelve/targets/armv6m/Phases.h +1 -0
  147. data/ext/digest/kangarootwelve/targets/armv6m/PlSnP-Fallback.inc +1 -0
  148. data/ext/digest/kangarootwelve/targets/armv6m/align.h +1 -0
  149. data/ext/digest/kangarootwelve/targets/armv6m/brg_endian.h +1 -0
  150. data/ext/digest/kangarootwelve/targets/armv6m/config.h +1 -0
  151. data/ext/digest/kangarootwelve/{keccak/armv7a/ext.link.c → targets/armv6m/ext.c} +0 -0
  152. data/ext/digest/kangarootwelve/targets/armv6m/utils.h +1 -0
  153. data/ext/digest/kangarootwelve/targets/armv7a/KangarooTwelve.c +1 -0
  154. data/ext/digest/kangarootwelve/targets/armv7a/KangarooTwelve.h +1 -0
  155. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-1600-SnP.h +1 -0
  156. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-1600-times2-SnP.h +1 -0
  157. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-1600-times4-SnP.h +1 -0
  158. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-1600-times4-on2.c +1 -0
  159. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-1600-times8-SnP.h +1 -0
  160. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-1600-times8-on2.c +1 -0
  161. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-200-SnP.h +1 -0
  162. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-200-reference.c +1 -0
  163. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-200-reference.h +1 -0
  164. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-400-SnP.h +1 -0
  165. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-400-reference.c +1 -0
  166. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-400-reference.h +1 -0
  167. data/ext/digest/kangarootwelve/targets/armv7a/KeccakP-800-SnP.h +1 -0
  168. data/ext/digest/kangarootwelve/targets/armv7a/KeccakSponge.c +1 -0
  169. data/ext/digest/kangarootwelve/targets/armv7a/KeccakSponge.h +1 -0
  170. data/ext/digest/kangarootwelve/targets/armv7a/KeccakSponge.inc +1 -0
  171. data/ext/digest/kangarootwelve/targets/armv7a/Phases.h +1 -0
  172. data/ext/digest/kangarootwelve/targets/armv7a/PlSnP-Fallback.inc +1 -0
  173. data/ext/digest/kangarootwelve/targets/armv7a/align.h +1 -0
  174. data/ext/digest/kangarootwelve/targets/armv7a/brg_endian.h +1 -0
  175. data/ext/digest/kangarootwelve/targets/armv7a/config.h +1 -0
  176. data/ext/digest/kangarootwelve/{keccak/armv7m/ext.link.c → targets/armv7a/ext.c} +0 -0
  177. data/ext/digest/kangarootwelve/targets/armv7a/utils.h +1 -0
  178. data/ext/digest/kangarootwelve/targets/armv7m/KangarooTwelve.c +1 -0
  179. data/ext/digest/kangarootwelve/targets/armv7m/KangarooTwelve.h +1 -0
  180. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-1600-SnP.h +1 -0
  181. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-1600-times2-SnP.h +1 -0
  182. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-1600-times2-on1.c +1 -0
  183. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-1600-times4-SnP.h +1 -0
  184. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-1600-times4-on1.c +1 -0
  185. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-1600-times8-SnP.h +1 -0
  186. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-1600-times8-on1.c +1 -0
  187. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-200-SnP.h +1 -0
  188. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-200-armv7m-le-gcc.s +1 -0
  189. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-400-SnP.h +1 -0
  190. data/ext/digest/kangarootwelve/targets/armv7m/KeccakP-800-SnP.h +1 -0
  191. data/ext/digest/kangarootwelve/targets/armv7m/KeccakSponge.c +1 -0
  192. data/ext/digest/kangarootwelve/targets/armv7m/KeccakSponge.h +1 -0
  193. data/ext/digest/kangarootwelve/targets/armv7m/KeccakSponge.inc +1 -0
  194. data/ext/digest/kangarootwelve/targets/armv7m/Phases.h +1 -0
  195. data/ext/digest/kangarootwelve/targets/armv7m/PlSnP-Fallback.inc +1 -0
  196. data/ext/digest/kangarootwelve/targets/armv7m/align.h +1 -0
  197. data/ext/digest/kangarootwelve/targets/armv7m/brg_endian.h +1 -0
  198. data/ext/digest/kangarootwelve/targets/armv7m/config.h +1 -0
  199. data/ext/digest/kangarootwelve/{keccak/armv8a/ext.link.c → targets/armv7m/ext.c} +0 -0
  200. data/ext/digest/kangarootwelve/targets/armv7m/utils.h +1 -0
  201. data/ext/digest/kangarootwelve/targets/armv8a/KangarooTwelve.c +1 -0
  202. data/ext/digest/kangarootwelve/targets/armv8a/KangarooTwelve.h +1 -0
  203. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-64.macros +1 -0
  204. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-SnP.h +1 -0
  205. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-opt64-config.h +1 -0
  206. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-opt64.c +1 -0
  207. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-times2-SnP.h +1 -0
  208. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-times2-on1.c +1 -0
  209. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-times4-SnP.h +1 -0
  210. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-times4-on1.c +1 -0
  211. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-times8-SnP.h +1 -0
  212. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-times8-on1.c +1 -0
  213. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-1600-unrolling.macros +1 -0
  214. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-200-SnP.h +1 -0
  215. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-200-reference.c +1 -0
  216. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-200-reference.h +1 -0
  217. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-400-SnP.h +1 -0
  218. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-400-reference.c +1 -0
  219. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-400-reference.h +1 -0
  220. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-800-SnP.h +1 -0
  221. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-800-opt32-bis.macros +1 -0
  222. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-800-opt32-config.h +1 -0
  223. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-800-opt32.c +1 -0
  224. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-800-opt32.macros +1 -0
  225. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-800-unrolling-bis.macros +1 -0
  226. data/ext/digest/kangarootwelve/targets/armv8a/KeccakP-800-unrolling.macros +1 -0
  227. data/ext/digest/kangarootwelve/targets/armv8a/KeccakSponge.c +1 -0
  228. data/ext/digest/kangarootwelve/targets/armv8a/KeccakSponge.h +1 -0
  229. data/ext/digest/kangarootwelve/targets/armv8a/KeccakSponge.inc +1 -0
  230. data/ext/digest/kangarootwelve/targets/armv8a/Phases.h +1 -0
  231. data/ext/digest/kangarootwelve/targets/armv8a/PlSnP-Fallback.inc +1 -0
  232. data/ext/digest/kangarootwelve/targets/armv8a/SnP-Relaned.h +1 -0
  233. data/ext/digest/kangarootwelve/targets/armv8a/align.h +1 -0
  234. data/ext/digest/kangarootwelve/targets/armv8a/brg_endian.h +1 -0
  235. data/ext/digest/kangarootwelve/targets/armv8a/config.h +1 -0
  236. data/ext/digest/kangarootwelve/{keccak/asmx86-64/ext.link.c → targets/armv8a/ext.c} +0 -0
  237. data/ext/digest/kangarootwelve/targets/armv8a/utils.h +1 -0
  238. data/ext/digest/kangarootwelve/targets/avr8/KangarooTwelve.c +1 -0
  239. data/ext/digest/kangarootwelve/targets/avr8/KangarooTwelve.h +1 -0
  240. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-1600-SnP.h +1 -0
  241. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-1600-times2-SnP.h +1 -0
  242. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-1600-times2-on1.c +1 -0
  243. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-1600-times4-SnP.h +1 -0
  244. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-1600-times4-on1.c +1 -0
  245. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-1600-times8-SnP.h +1 -0
  246. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-1600-times8-on1.c +1 -0
  247. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-200-SnP.h +1 -0
  248. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-400-SnP.h +1 -0
  249. data/ext/digest/kangarootwelve/targets/avr8/KeccakP-800-SnP.h +1 -0
  250. data/ext/digest/kangarootwelve/targets/avr8/KeccakSponge.c +1 -0
  251. data/ext/digest/kangarootwelve/targets/avr8/KeccakSponge.h +1 -0
  252. data/ext/digest/kangarootwelve/targets/avr8/KeccakSponge.inc +1 -0
  253. data/ext/digest/kangarootwelve/targets/avr8/Phases.h +1 -0
  254. data/ext/digest/kangarootwelve/targets/avr8/PlSnP-Fallback.inc +1 -0
  255. data/ext/digest/kangarootwelve/targets/avr8/align.h +1 -0
  256. data/ext/digest/kangarootwelve/targets/avr8/brg_endian.h +1 -0
  257. data/ext/digest/kangarootwelve/targets/avr8/config.h +1 -0
  258. data/ext/digest/kangarootwelve/{keccak/asmx86-64shld/ext.link.c → targets/avr8/ext.c} +0 -0
  259. data/ext/digest/kangarootwelve/targets/avr8/utils.h +1 -0
  260. data/ext/digest/kangarootwelve/targets/avx/KangarooTwelve.c +1 -0
  261. data/ext/digest/kangarootwelve/targets/avx/KangarooTwelve.h +1 -0
  262. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-64.macros +1 -0
  263. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-SnP.h +1 -0
  264. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-opt64-config.h +1 -0
  265. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-opt64.c +1 -0
  266. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-times2-SIMD128.c +1 -0
  267. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-times2-SnP.h +1 -0
  268. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-times4-SnP.h +1 -0
  269. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-times4-on2.c +1 -0
  270. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-times8-SnP.h +1 -0
  271. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-times8-on2.c +1 -0
  272. data/ext/digest/kangarootwelve/targets/avx/KeccakP-1600-unrolling.macros +1 -0
  273. data/ext/digest/kangarootwelve/targets/avx/KeccakP-200-SnP.h +1 -0
  274. data/ext/digest/kangarootwelve/targets/avx/KeccakP-200-reference.c +1 -0
  275. data/ext/digest/kangarootwelve/targets/avx/KeccakP-200-reference.h +1 -0
  276. data/ext/digest/kangarootwelve/targets/avx/KeccakP-400-SnP.h +1 -0
  277. data/ext/digest/kangarootwelve/targets/avx/KeccakP-400-reference.c +1 -0
  278. data/ext/digest/kangarootwelve/targets/avx/KeccakP-400-reference.h +1 -0
  279. data/ext/digest/kangarootwelve/targets/avx/KeccakP-800-SnP.h +1 -0
  280. data/ext/digest/kangarootwelve/targets/avx/KeccakP-800-opt32-bis.macros +1 -0
  281. data/ext/digest/kangarootwelve/targets/avx/KeccakP-800-opt32-config.h +1 -0
  282. data/ext/digest/kangarootwelve/targets/avx/KeccakP-800-opt32.c +1 -0
  283. data/ext/digest/kangarootwelve/targets/avx/KeccakP-800-opt32.macros +1 -0
  284. data/ext/digest/kangarootwelve/targets/avx/KeccakP-800-unrolling-bis.macros +1 -0
  285. data/ext/digest/kangarootwelve/targets/avx/KeccakP-800-unrolling.macros +1 -0
  286. data/ext/digest/kangarootwelve/targets/avx/KeccakSponge.c +1 -0
  287. data/ext/digest/kangarootwelve/targets/avx/KeccakSponge.h +1 -0
  288. data/ext/digest/kangarootwelve/targets/avx/KeccakSponge.inc +1 -0
  289. data/ext/digest/kangarootwelve/targets/avx/Phases.h +1 -0
  290. data/ext/digest/kangarootwelve/targets/avx/PlSnP-Fallback.inc +1 -0
  291. data/ext/digest/kangarootwelve/targets/avx/SIMD128-config.h +1 -0
  292. data/ext/digest/kangarootwelve/targets/avx/SnP-Relaned.h +1 -0
  293. data/ext/digest/kangarootwelve/targets/avx/align.h +1 -0
  294. data/ext/digest/kangarootwelve/targets/avx/brg_endian.h +1 -0
  295. data/ext/digest/kangarootwelve/targets/avx/config.h +1 -0
  296. data/ext/digest/kangarootwelve/{keccak/avr8/ext.link.c → targets/avx/ext.c} +0 -0
  297. data/ext/digest/kangarootwelve/targets/avx/utils.h +1 -0
  298. data/ext/digest/kangarootwelve/targets/avx2/KangarooTwelve.c +1 -0
  299. data/ext/digest/kangarootwelve/targets/avx2/KangarooTwelve.h +1 -0
  300. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-1600-SnP.h +1 -0
  301. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-1600-times2-SIMD128.c +1 -0
  302. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-1600-times2-SnP.h +1 -0
  303. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-1600-times4-SIMD256.c +1 -0
  304. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-1600-times4-SnP.h +1 -0
  305. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-1600-times8-SnP.h +1 -0
  306. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-1600-times8-on4.c +1 -0
  307. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-1600-unrolling.macros +1 -0
  308. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-200-SnP.h +1 -0
  309. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-200-reference.c +1 -0
  310. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-200-reference.h +1 -0
  311. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-400-SnP.h +1 -0
  312. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-400-reference.c +1 -0
  313. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-400-reference.h +1 -0
  314. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-800-SnP.h +1 -0
  315. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-800-opt32-bis.macros +1 -0
  316. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-800-opt32-config.h +1 -0
  317. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-800-opt32.c +1 -0
  318. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-800-opt32.macros +1 -0
  319. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-800-unrolling-bis.macros +1 -0
  320. data/ext/digest/kangarootwelve/targets/avx2/KeccakP-800-unrolling.macros +1 -0
  321. data/ext/digest/kangarootwelve/targets/avx2/KeccakSponge.c +1 -0
  322. data/ext/digest/kangarootwelve/targets/avx2/KeccakSponge.h +1 -0
  323. data/ext/digest/kangarootwelve/targets/avx2/KeccakSponge.inc +1 -0
  324. data/ext/digest/kangarootwelve/targets/avx2/Phases.h +1 -0
  325. data/ext/digest/kangarootwelve/targets/avx2/PlSnP-Fallback.inc +1 -0
  326. data/ext/digest/kangarootwelve/targets/avx2/SIMD128-config.h +1 -0
  327. data/ext/digest/kangarootwelve/targets/avx2/SIMD256-config.h +1 -0
  328. data/ext/digest/kangarootwelve/targets/avx2/align.h +1 -0
  329. data/ext/digest/kangarootwelve/targets/avx2/brg_endian.h +1 -0
  330. data/ext/digest/kangarootwelve/targets/avx2/config.h +1 -0
  331. data/ext/digest/kangarootwelve/{keccak/bulldozer/ext.link.c → targets/avx2/ext.c} +0 -0
  332. data/ext/digest/kangarootwelve/targets/avx2/utils.h +1 -0
  333. data/ext/digest/kangarootwelve/targets/avx2noasm/KangarooTwelve.c +1 -0
  334. data/ext/digest/kangarootwelve/targets/avx2noasm/KangarooTwelve.h +1 -0
  335. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-64.macros +1 -0
  336. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-SnP.h +1 -0
  337. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-opt64-config.h +1 -0
  338. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-opt64.c +1 -0
  339. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-times2-SIMD128.c +1 -0
  340. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-times2-SnP.h +1 -0
  341. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-times4-SIMD256.c +1 -0
  342. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-times4-SnP.h +1 -0
  343. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-times8-SnP.h +1 -0
  344. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-times8-on4.c +1 -0
  345. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-1600-unrolling.macros +1 -0
  346. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-200-SnP.h +1 -0
  347. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-200-reference.c +1 -0
  348. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-200-reference.h +1 -0
  349. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-400-SnP.h +1 -0
  350. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-400-reference.c +1 -0
  351. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-400-reference.h +1 -0
  352. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-800-SnP.h +1 -0
  353. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-800-opt32-bis.macros +1 -0
  354. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-800-opt32-config.h +1 -0
  355. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-800-opt32.c +1 -0
  356. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-800-opt32.macros +1 -0
  357. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-800-unrolling-bis.macros +1 -0
  358. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakP-800-unrolling.macros +1 -0
  359. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakSponge.c +1 -0
  360. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakSponge.h +1 -0
  361. data/ext/digest/kangarootwelve/targets/avx2noasm/KeccakSponge.inc +1 -0
  362. data/ext/digest/kangarootwelve/targets/avx2noasm/Phases.h +1 -0
  363. data/ext/digest/kangarootwelve/targets/avx2noasm/PlSnP-Fallback.inc +1 -0
  364. data/ext/digest/kangarootwelve/targets/avx2noasm/SIMD128-config.h +1 -0
  365. data/ext/digest/kangarootwelve/targets/avx2noasm/SIMD256-config.h +1 -0
  366. data/ext/digest/kangarootwelve/targets/avx2noasm/SnP-Relaned.h +1 -0
  367. data/ext/digest/kangarootwelve/targets/avx2noasm/align.h +1 -0
  368. data/ext/digest/kangarootwelve/targets/avx2noasm/brg_endian.h +1 -0
  369. data/ext/digest/kangarootwelve/targets/avx2noasm/config.h +1 -0
  370. data/ext/digest/kangarootwelve/{keccak/compact/ext.link.c → targets/avx2noasm/ext.c} +0 -0
  371. data/ext/digest/kangarootwelve/targets/avx2noasm/utils.h +1 -0
  372. data/ext/digest/kangarootwelve/targets/avx512/KangarooTwelve.c +1 -0
  373. data/ext/digest/kangarootwelve/targets/avx512/KangarooTwelve.h +1 -0
  374. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-1600-SnP.h +1 -0
  375. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-1600-times2-SIMD512.c +1 -0
  376. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-1600-times2-SnP.h +1 -0
  377. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-1600-times4-SIMD512.c +1 -0
  378. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-1600-times4-SnP.h +1 -0
  379. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-1600-times8-SIMD512.c +1 -0
  380. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-1600-times8-SnP.h +1 -0
  381. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-200-SnP.h +1 -0
  382. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-200-reference.c +1 -0
  383. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-200-reference.h +1 -0
  384. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-400-SnP.h +1 -0
  385. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-400-reference.c +1 -0
  386. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-400-reference.h +1 -0
  387. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-800-SnP.h +1 -0
  388. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-800-opt32-bis.macros +1 -0
  389. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-800-opt32-config.h +1 -0
  390. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-800-opt32.c +1 -0
  391. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-800-opt32.macros +1 -0
  392. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-800-unrolling-bis.macros +1 -0
  393. data/ext/digest/kangarootwelve/targets/avx512/KeccakP-800-unrolling.macros +1 -0
  394. data/ext/digest/kangarootwelve/targets/avx512/KeccakSponge.c +1 -0
  395. data/ext/digest/kangarootwelve/targets/avx512/KeccakSponge.h +1 -0
  396. data/ext/digest/kangarootwelve/targets/avx512/KeccakSponge.inc +1 -0
  397. data/ext/digest/kangarootwelve/targets/avx512/Phases.h +1 -0
  398. data/ext/digest/kangarootwelve/targets/avx512/SIMD512-2-config.h +1 -0
  399. data/ext/digest/kangarootwelve/targets/avx512/SIMD512-4-config.h +1 -0
  400. data/ext/digest/kangarootwelve/targets/avx512/SIMD512-config.h +1 -0
  401. data/ext/digest/kangarootwelve/targets/avx512/align.h +1 -0
  402. data/ext/digest/kangarootwelve/targets/avx512/brg_endian.h +1 -0
  403. data/ext/digest/kangarootwelve/targets/avx512/config.h +1 -0
  404. data/ext/digest/kangarootwelve/{keccak/generic32/ext.link.c → targets/avx512/ext.c} +0 -0
  405. data/ext/digest/kangarootwelve/targets/avx512/utils.h +1 -0
  406. data/ext/digest/kangarootwelve/targets/avx512noasm/KangarooTwelve.c +1 -0
  407. data/ext/digest/kangarootwelve/targets/avx512noasm/KangarooTwelve.h +1 -0
  408. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-AVX512-config.h +1 -0
  409. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-AVX512.c +1 -0
  410. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-SnP.h +1 -0
  411. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-times2-SIMD512.c +1 -0
  412. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-times2-SnP.h +1 -0
  413. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-times4-SIMD512.c +1 -0
  414. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-times4-SnP.h +1 -0
  415. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-times8-SIMD512.c +1 -0
  416. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-1600-times8-SnP.h +1 -0
  417. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-200-SnP.h +1 -0
  418. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-200-reference.c +1 -0
  419. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-200-reference.h +1 -0
  420. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-400-SnP.h +1 -0
  421. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-400-reference.c +1 -0
  422. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-400-reference.h +1 -0
  423. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-800-SnP.h +1 -0
  424. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-800-opt32-bis.macros +1 -0
  425. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-800-opt32-config.h +1 -0
  426. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-800-opt32.c +1 -0
  427. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-800-opt32.macros +1 -0
  428. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-800-unrolling-bis.macros +1 -0
  429. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakP-800-unrolling.macros +1 -0
  430. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakSponge.c +1 -0
  431. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakSponge.h +1 -0
  432. data/ext/digest/kangarootwelve/targets/avx512noasm/KeccakSponge.inc +1 -0
  433. data/ext/digest/kangarootwelve/targets/avx512noasm/Phases.h +1 -0
  434. data/ext/digest/kangarootwelve/targets/avx512noasm/SIMD512-2-config.h +1 -0
  435. data/ext/digest/kangarootwelve/targets/avx512noasm/SIMD512-4-config.h +1 -0
  436. data/ext/digest/kangarootwelve/targets/avx512noasm/SIMD512-config.h +1 -0
  437. data/ext/digest/kangarootwelve/targets/avx512noasm/align.h +1 -0
  438. data/ext/digest/kangarootwelve/targets/avx512noasm/brg_endian.h +1 -0
  439. data/ext/digest/kangarootwelve/targets/avx512noasm/config.h +1 -0
  440. data/ext/digest/kangarootwelve/{keccak/generic32lc/ext.link.c → targets/avx512noasm/ext.c} +0 -0
  441. data/ext/digest/kangarootwelve/targets/avx512noasm/utils.h +1 -0
  442. data/ext/digest/kangarootwelve/targets/compact/KangarooTwelve.c +1 -0
  443. data/ext/digest/kangarootwelve/targets/compact/KangarooTwelve.h +1 -0
  444. data/ext/digest/kangarootwelve/targets/compact/KeccakP-1600-SnP.h +1 -0
  445. data/ext/digest/kangarootwelve/targets/compact/KeccakP-1600-compact64.c +1 -0
  446. data/ext/digest/kangarootwelve/targets/compact/KeccakP-1600-times2-SnP.h +1 -0
  447. data/ext/digest/kangarootwelve/targets/compact/KeccakP-1600-times2-on1.c +1 -0
  448. data/ext/digest/kangarootwelve/targets/compact/KeccakP-1600-times4-SnP.h +1 -0
  449. data/ext/digest/kangarootwelve/targets/compact/KeccakP-1600-times4-on1.c +1 -0
  450. data/ext/digest/kangarootwelve/targets/compact/KeccakP-1600-times8-SnP.h +1 -0
  451. data/ext/digest/kangarootwelve/targets/compact/KeccakP-1600-times8-on1.c +1 -0
  452. data/ext/digest/kangarootwelve/targets/compact/KeccakP-200-SnP.h +1 -0
  453. data/ext/digest/kangarootwelve/targets/compact/KeccakP-200-compact.c +1 -0
  454. data/ext/digest/kangarootwelve/targets/compact/KeccakP-400-SnP.h +1 -0
  455. data/ext/digest/kangarootwelve/targets/compact/KeccakP-400-reference.c +1 -0
  456. data/ext/digest/kangarootwelve/targets/compact/KeccakP-400-reference.h +1 -0
  457. data/ext/digest/kangarootwelve/targets/compact/KeccakP-800-SnP.h +1 -0
  458. data/ext/digest/kangarootwelve/targets/compact/KeccakP-800-compact.c +1 -0
  459. data/ext/digest/kangarootwelve/targets/compact/KeccakSponge.c +1 -0
  460. data/ext/digest/kangarootwelve/targets/compact/KeccakSponge.h +1 -0
  461. data/ext/digest/kangarootwelve/targets/compact/KeccakSponge.inc +1 -0
  462. data/ext/digest/kangarootwelve/targets/compact/Phases.h +1 -0
  463. data/ext/digest/kangarootwelve/targets/compact/PlSnP-Fallback.inc +1 -0
  464. data/ext/digest/kangarootwelve/targets/compact/SnP-Relaned.h +1 -0
  465. data/ext/digest/kangarootwelve/targets/compact/align.h +1 -0
  466. data/ext/digest/kangarootwelve/targets/compact/brg_endian.h +1 -0
  467. data/ext/digest/kangarootwelve/targets/compact/config.h +1 -0
  468. data/ext/digest/kangarootwelve/{keccak/generic64/ext.link.c → targets/compact/ext.c} +0 -0
  469. data/ext/digest/kangarootwelve/targets/compact/utils.h +1 -0
  470. data/ext/digest/kangarootwelve/targets/config.h +9 -0
  471. data/ext/digest/kangarootwelve/targets/defs +2 -0
  472. data/ext/digest/kangarootwelve/targets/generic32/KangarooTwelve.c +1 -0
  473. data/ext/digest/kangarootwelve/targets/generic32/KangarooTwelve.h +1 -0
  474. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-1600-SnP.h +1 -0
  475. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-1600-inplace32BI.c +1 -0
  476. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-1600-times2-SnP.h +1 -0
  477. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-1600-times2-on1.c +1 -0
  478. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-1600-times4-SnP.h +1 -0
  479. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-1600-times4-on1.c +1 -0
  480. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-1600-times8-SnP.h +1 -0
  481. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-1600-times8-on1.c +1 -0
  482. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-200-SnP.h +1 -0
  483. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-200-reference.c +1 -0
  484. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-200-reference.h +1 -0
  485. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-400-SnP.h +1 -0
  486. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-400-reference.c +1 -0
  487. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-400-reference.h +1 -0
  488. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-800-SnP.h +1 -0
  489. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-800-opt32-bis.macros +1 -0
  490. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-800-opt32-config.h +1 -0
  491. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-800-opt32.c +1 -0
  492. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-800-opt32.macros +1 -0
  493. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-800-unrolling-bis.macros +1 -0
  494. data/ext/digest/kangarootwelve/targets/generic32/KeccakP-800-unrolling.macros +1 -0
  495. data/ext/digest/kangarootwelve/targets/generic32/KeccakSponge.c +1 -0
  496. data/ext/digest/kangarootwelve/targets/generic32/KeccakSponge.h +1 -0
  497. data/ext/digest/kangarootwelve/targets/generic32/KeccakSponge.inc +1 -0
  498. data/ext/digest/kangarootwelve/targets/generic32/Phases.h +1 -0
  499. data/ext/digest/kangarootwelve/targets/generic32/PlSnP-Fallback.inc +1 -0
  500. data/ext/digest/kangarootwelve/targets/generic32/SnP-Relaned.h +1 -0
  501. data/ext/digest/kangarootwelve/targets/generic32/align.h +1 -0
  502. data/ext/digest/kangarootwelve/targets/generic32/brg_endian.h +1 -0
  503. data/ext/digest/kangarootwelve/targets/generic32/config.h +1 -0
  504. data/ext/digest/kangarootwelve/{keccak/generic64lc/ext.link.c → targets/generic32/ext.c} +0 -0
  505. data/ext/digest/kangarootwelve/targets/generic32/utils.h +1 -0
  506. data/ext/digest/kangarootwelve/targets/generic32lc/KangarooTwelve.c +1 -0
  507. data/ext/digest/kangarootwelve/targets/generic32lc/KangarooTwelve.h +1 -0
  508. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-1600-SnP.h +1 -0
  509. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-1600-inplace32BI.c +1 -0
  510. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-1600-times2-SnP.h +1 -0
  511. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-1600-times2-on1.c +1 -0
  512. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-1600-times4-SnP.h +1 -0
  513. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-1600-times4-on1.c +1 -0
  514. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-1600-times8-SnP.h +1 -0
  515. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-1600-times8-on1.c +1 -0
  516. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-200-SnP.h +1 -0
  517. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-200-reference.c +1 -0
  518. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-200-reference.h +1 -0
  519. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-400-SnP.h +1 -0
  520. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-400-reference.c +1 -0
  521. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-400-reference.h +1 -0
  522. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-800-SnP.h +1 -0
  523. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-800-opt32-bis.macros +1 -0
  524. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-800-opt32-config.h +1 -0
  525. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-800-opt32.c +1 -0
  526. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-800-opt32.macros +1 -0
  527. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-800-unrolling-bis.macros +1 -0
  528. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakP-800-unrolling.macros +1 -0
  529. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakSponge.c +1 -0
  530. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakSponge.h +1 -0
  531. data/ext/digest/kangarootwelve/targets/generic32lc/KeccakSponge.inc +1 -0
  532. data/ext/digest/kangarootwelve/targets/generic32lc/Phases.h +1 -0
  533. data/ext/digest/kangarootwelve/targets/generic32lc/PlSnP-Fallback.inc +1 -0
  534. data/ext/digest/kangarootwelve/targets/generic32lc/SnP-Relaned.h +1 -0
  535. data/ext/digest/kangarootwelve/targets/generic32lc/align.h +1 -0
  536. data/ext/digest/kangarootwelve/targets/generic32lc/brg_endian.h +1 -0
  537. data/ext/digest/kangarootwelve/targets/generic32lc/config.h +1 -0
  538. data/ext/digest/kangarootwelve/{keccak/haswell/ext.link.c → targets/generic32lc/ext.c} +0 -0
  539. data/ext/digest/kangarootwelve/targets/generic32lc/utils.h +1 -0
  540. data/ext/digest/kangarootwelve/targets/generic64/KangarooTwelve.c +1 -0
  541. data/ext/digest/kangarootwelve/targets/generic64/KangarooTwelve.h +1 -0
  542. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-64.macros +1 -0
  543. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-SnP.h +1 -0
  544. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-opt64-config.h +1 -0
  545. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-opt64.c +1 -0
  546. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-times2-SnP.h +1 -0
  547. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-times2-on1.c +1 -0
  548. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-times4-SnP.h +1 -0
  549. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-times4-on1.c +1 -0
  550. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-times8-SnP.h +1 -0
  551. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-times8-on1.c +1 -0
  552. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-1600-unrolling.macros +1 -0
  553. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-200-SnP.h +1 -0
  554. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-200-reference.c +1 -0
  555. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-200-reference.h +1 -0
  556. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-400-SnP.h +1 -0
  557. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-400-reference.c +1 -0
  558. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-400-reference.h +1 -0
  559. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-800-SnP.h +1 -0
  560. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-800-opt32-bis.macros +1 -0
  561. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-800-opt32-config.h +1 -0
  562. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-800-opt32.c +1 -0
  563. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-800-opt32.macros +1 -0
  564. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-800-unrolling-bis.macros +1 -0
  565. data/ext/digest/kangarootwelve/targets/generic64/KeccakP-800-unrolling.macros +1 -0
  566. data/ext/digest/kangarootwelve/targets/generic64/KeccakSponge.c +1 -0
  567. data/ext/digest/kangarootwelve/targets/generic64/KeccakSponge.h +1 -0
  568. data/ext/digest/kangarootwelve/targets/generic64/KeccakSponge.inc +1 -0
  569. data/ext/digest/kangarootwelve/targets/generic64/Phases.h +1 -0
  570. data/ext/digest/kangarootwelve/targets/generic64/PlSnP-Fallback.inc +1 -0
  571. data/ext/digest/kangarootwelve/targets/generic64/SnP-Relaned.h +1 -0
  572. data/ext/digest/kangarootwelve/targets/generic64/align.h +1 -0
  573. data/ext/digest/kangarootwelve/targets/generic64/brg_endian.h +1 -0
  574. data/ext/digest/kangarootwelve/targets/generic64/config.h +1 -0
  575. data/ext/digest/kangarootwelve/{keccak/nehalem/ext.link.c → targets/generic64/ext.c} +0 -0
  576. data/ext/digest/kangarootwelve/targets/generic64/utils.h +1 -0
  577. data/ext/digest/kangarootwelve/targets/generic64lc/KangarooTwelve.c +1 -0
  578. data/ext/digest/kangarootwelve/targets/generic64lc/KangarooTwelve.h +1 -0
  579. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-64.macros +1 -0
  580. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-SnP.h +1 -0
  581. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-opt64-config.h +1 -0
  582. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-opt64.c +1 -0
  583. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-times2-SnP.h +1 -0
  584. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-times2-on1.c +1 -0
  585. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-times4-SnP.h +1 -0
  586. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-times4-on1.c +1 -0
  587. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-times8-SnP.h +1 -0
  588. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-times8-on1.c +1 -0
  589. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-1600-unrolling.macros +1 -0
  590. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-200-SnP.h +1 -0
  591. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-200-reference.c +1 -0
  592. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-200-reference.h +1 -0
  593. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-400-SnP.h +1 -0
  594. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-400-reference.c +1 -0
  595. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-400-reference.h +1 -0
  596. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-800-SnP.h +1 -0
  597. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-800-opt32-bis.macros +1 -0
  598. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-800-opt32-config.h +1 -0
  599. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-800-opt32.c +1 -0
  600. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-800-opt32.macros +1 -0
  601. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-800-unrolling-bis.macros +1 -0
  602. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakP-800-unrolling.macros +1 -0
  603. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakSponge.c +1 -0
  604. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakSponge.h +1 -0
  605. data/ext/digest/kangarootwelve/targets/generic64lc/KeccakSponge.inc +1 -0
  606. data/ext/digest/kangarootwelve/targets/generic64lc/Phases.h +1 -0
  607. data/ext/digest/kangarootwelve/targets/generic64lc/PlSnP-Fallback.inc +1 -0
  608. data/ext/digest/kangarootwelve/targets/generic64lc/SnP-Relaned.h +1 -0
  609. data/ext/digest/kangarootwelve/targets/generic64lc/align.h +1 -0
  610. data/ext/digest/kangarootwelve/targets/generic64lc/brg_endian.h +1 -0
  611. data/ext/digest/kangarootwelve/targets/generic64lc/config.h +1 -0
  612. data/ext/digest/kangarootwelve/{keccak/reference/ext.link.c → targets/generic64lc/ext.c} +0 -0
  613. data/ext/digest/kangarootwelve/targets/generic64lc/utils.h +1 -0
  614. data/ext/digest/kangarootwelve/targets/list +20 -0
  615. data/ext/digest/kangarootwelve/targets/reference/KangarooTwelve.c +1 -0
  616. data/ext/digest/kangarootwelve/targets/reference/KangarooTwelve.h +1 -0
  617. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-SnP.h +1 -0
  618. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-reference.c +1 -0
  619. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-reference.h +1 -0
  620. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-times2-SnP.h +1 -0
  621. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-times2-on1.c +1 -0
  622. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-times4-SnP.h +1 -0
  623. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-times4-on1.c +1 -0
  624. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-times8-SnP.h +1 -0
  625. data/ext/digest/kangarootwelve/targets/reference/KeccakP-1600-times8-on1.c +1 -0
  626. data/ext/digest/kangarootwelve/targets/reference/KeccakP-200-SnP.h +1 -0
  627. data/ext/digest/kangarootwelve/targets/reference/KeccakP-200-reference.c +1 -0
  628. data/ext/digest/kangarootwelve/targets/reference/KeccakP-200-reference.h +1 -0
  629. data/ext/digest/kangarootwelve/targets/reference/KeccakP-400-SnP.h +1 -0
  630. data/ext/digest/kangarootwelve/targets/reference/KeccakP-400-reference.c +1 -0
  631. data/ext/digest/kangarootwelve/targets/reference/KeccakP-400-reference.h +1 -0
  632. data/ext/digest/kangarootwelve/targets/reference/KeccakP-800-SnP.h +1 -0
  633. data/ext/digest/kangarootwelve/targets/reference/KeccakP-800-reference.c +1 -0
  634. data/ext/digest/kangarootwelve/targets/reference/KeccakP-800-reference.h +1 -0
  635. data/ext/digest/kangarootwelve/targets/reference/KeccakSponge.c +1 -0
  636. data/ext/digest/kangarootwelve/targets/reference/KeccakSponge.h +1 -0
  637. data/ext/digest/kangarootwelve/targets/reference/KeccakSponge.inc +1 -0
  638. data/ext/digest/kangarootwelve/targets/reference/Phases.h +1 -0
  639. data/ext/digest/kangarootwelve/targets/reference/PlSnP-Fallback.inc +1 -0
  640. data/ext/digest/kangarootwelve/targets/reference/align.h +1 -0
  641. data/ext/digest/kangarootwelve/targets/reference/brg_endian.h +1 -0
  642. data/ext/digest/kangarootwelve/targets/reference/config.h +1 -0
  643. data/ext/digest/kangarootwelve/targets/reference/displayIntermediateValues.c +1 -0
  644. data/ext/digest/kangarootwelve/targets/reference/displayIntermediateValues.h +1 -0
  645. data/ext/digest/kangarootwelve/{keccak/reference32bits/ext.link.c → targets/reference/ext.c} +0 -0
  646. data/ext/digest/kangarootwelve/targets/reference/utils.h +1 -0
  647. data/ext/digest/kangarootwelve/targets/reference32bits/KangarooTwelve.c +1 -0
  648. data/ext/digest/kangarootwelve/targets/reference32bits/KangarooTwelve.h +1 -0
  649. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-SnP.h +1 -0
  650. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-reference.h +1 -0
  651. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-reference32BI.c +1 -0
  652. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-times2-SnP.h +1 -0
  653. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-times2-on1.c +1 -0
  654. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-times4-SnP.h +1 -0
  655. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-times4-on1.c +1 -0
  656. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-times8-SnP.h +1 -0
  657. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-1600-times8-on1.c +1 -0
  658. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-200-SnP.h +1 -0
  659. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-200-reference.c +1 -0
  660. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-200-reference.h +1 -0
  661. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-400-SnP.h +1 -0
  662. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-400-reference.c +1 -0
  663. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-400-reference.h +1 -0
  664. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-800-SnP.h +1 -0
  665. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-800-reference.c +1 -0
  666. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakP-800-reference.h +1 -0
  667. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakSponge.c +1 -0
  668. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakSponge.h +1 -0
  669. data/ext/digest/kangarootwelve/targets/reference32bits/KeccakSponge.inc +1 -0
  670. data/ext/digest/kangarootwelve/targets/reference32bits/Phases.h +1 -0
  671. data/ext/digest/kangarootwelve/targets/reference32bits/PlSnP-Fallback.inc +1 -0
  672. data/ext/digest/kangarootwelve/targets/reference32bits/align.h +1 -0
  673. data/ext/digest/kangarootwelve/targets/reference32bits/brg_endian.h +1 -0
  674. data/ext/digest/kangarootwelve/targets/reference32bits/config.h +1 -0
  675. data/ext/digest/kangarootwelve/targets/reference32bits/displayIntermediateValues.c +1 -0
  676. data/ext/digest/kangarootwelve/targets/reference32bits/displayIntermediateValues.h +1 -0
  677. data/ext/digest/kangarootwelve/{keccak/sandybridge/ext.link.c → targets/reference32bits/ext.c} +0 -0
  678. data/ext/digest/kangarootwelve/targets/reference32bits/utils.h +1 -0
  679. data/ext/digest/kangarootwelve/targets/ssse3/KangarooTwelve.c +1 -0
  680. data/ext/digest/kangarootwelve/targets/ssse3/KangarooTwelve.h +1 -0
  681. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-64.macros +1 -0
  682. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-SnP.h +1 -0
  683. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-opt64-config.h +1 -0
  684. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-opt64.c +1 -0
  685. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-times2-SIMD128.c +1 -0
  686. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-times2-SnP.h +1 -0
  687. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-times4-SnP.h +1 -0
  688. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-times4-on2.c +1 -0
  689. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-times8-SnP.h +1 -0
  690. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-times8-on2.c +1 -0
  691. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-1600-unrolling.macros +1 -0
  692. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-200-SnP.h +1 -0
  693. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-200-reference.c +1 -0
  694. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-200-reference.h +1 -0
  695. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-400-SnP.h +1 -0
  696. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-400-reference.c +1 -0
  697. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-400-reference.h +1 -0
  698. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-800-SnP.h +1 -0
  699. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-800-opt32-bis.macros +1 -0
  700. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-800-opt32-config.h +1 -0
  701. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-800-opt32.c +1 -0
  702. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-800-opt32.macros +1 -0
  703. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-800-unrolling-bis.macros +1 -0
  704. data/ext/digest/kangarootwelve/targets/ssse3/KeccakP-800-unrolling.macros +1 -0
  705. data/ext/digest/kangarootwelve/targets/ssse3/KeccakSponge.c +1 -0
  706. data/ext/digest/kangarootwelve/targets/ssse3/KeccakSponge.h +1 -0
  707. data/ext/digest/kangarootwelve/targets/ssse3/KeccakSponge.inc +1 -0
  708. data/ext/digest/kangarootwelve/targets/ssse3/Phases.h +1 -0
  709. data/ext/digest/kangarootwelve/targets/ssse3/PlSnP-Fallback.inc +1 -0
  710. data/ext/digest/kangarootwelve/targets/ssse3/SIMD128-config.h +1 -0
  711. data/ext/digest/kangarootwelve/targets/ssse3/SnP-Relaned.h +1 -0
  712. data/ext/digest/kangarootwelve/targets/ssse3/align.h +1 -0
  713. data/ext/digest/kangarootwelve/targets/ssse3/brg_endian.h +1 -0
  714. data/ext/digest/kangarootwelve/targets/ssse3/config.h +1 -0
  715. data/ext/digest/kangarootwelve/{keccak/skylakex/ext.link.c → targets/ssse3/ext.c} +0 -0
  716. data/ext/digest/kangarootwelve/targets/ssse3/utils.h +1 -0
  717. data/ext/digest/kangarootwelve/targets/xop/KangarooTwelve.c +1 -0
  718. data/ext/digest/kangarootwelve/targets/xop/KangarooTwelve.h +1 -0
  719. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-SnP.h +1 -0
  720. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-XOP-config.h +1 -0
  721. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-XOP.c +1 -0
  722. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-times2-SIMD128.c +1 -0
  723. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-times2-SnP.h +1 -0
  724. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-times4-SnP.h +1 -0
  725. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-times4-on2.c +1 -0
  726. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-times8-SnP.h +1 -0
  727. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-times8-on2.c +1 -0
  728. data/ext/digest/kangarootwelve/targets/xop/KeccakP-1600-unrolling.macros +1 -0
  729. data/ext/digest/kangarootwelve/targets/xop/KeccakP-200-SnP.h +1 -0
  730. data/ext/digest/kangarootwelve/targets/xop/KeccakP-200-reference.c +1 -0
  731. data/ext/digest/kangarootwelve/targets/xop/KeccakP-200-reference.h +1 -0
  732. data/ext/digest/kangarootwelve/targets/xop/KeccakP-400-SnP.h +1 -0
  733. data/ext/digest/kangarootwelve/targets/xop/KeccakP-400-reference.c +1 -0
  734. data/ext/digest/kangarootwelve/targets/xop/KeccakP-400-reference.h +1 -0
  735. data/ext/digest/kangarootwelve/targets/xop/KeccakP-800-SnP.h +1 -0
  736. data/ext/digest/kangarootwelve/targets/xop/KeccakP-800-opt32-bis.macros +1 -0
  737. data/ext/digest/kangarootwelve/targets/xop/KeccakP-800-opt32-config.h +1 -0
  738. data/ext/digest/kangarootwelve/targets/xop/KeccakP-800-opt32.c +1 -0
  739. data/ext/digest/kangarootwelve/targets/xop/KeccakP-800-opt32.macros +1 -0
  740. data/ext/digest/kangarootwelve/targets/xop/KeccakP-800-unrolling-bis.macros +1 -0
  741. data/ext/digest/kangarootwelve/targets/xop/KeccakP-800-unrolling.macros +1 -0
  742. data/ext/digest/kangarootwelve/targets/xop/KeccakSponge.c +1 -0
  743. data/ext/digest/kangarootwelve/targets/xop/KeccakSponge.h +1 -0
  744. data/ext/digest/kangarootwelve/targets/xop/KeccakSponge.inc +1 -0
  745. data/ext/digest/kangarootwelve/targets/xop/Phases.h +1 -0
  746. data/ext/digest/kangarootwelve/targets/xop/PlSnP-Fallback.inc +1 -0
  747. data/ext/digest/kangarootwelve/targets/xop/SIMD128-config.h +1 -0
  748. data/ext/digest/kangarootwelve/targets/xop/SnP-Relaned.h +1 -0
  749. data/ext/digest/kangarootwelve/targets/xop/align.h +1 -0
  750. data/ext/digest/kangarootwelve/targets/xop/brg_endian.h +1 -0
  751. data/ext/digest/kangarootwelve/targets/xop/config.h +1 -0
  752. data/ext/digest/kangarootwelve/targets/xop/ext.c +1 -0
  753. data/ext/digest/kangarootwelve/targets/xop/utils.h +1 -0
  754. data/lib/digest/kangarootwelve/version.rb +1 -1
  755. data/rakelib/alt-install-task.rake +59 -0
  756. data/test/test.rb +5 -3
  757. metadata +778 -300
  758. data/ext/digest/kangarootwelve/keccak/armv6m/KangarooTwelve.link.c +0 -1
  759. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakDuplexWidth1600.link.c +0 -1
  760. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakP-1600-SnP.h +0 -36
  761. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakP-1600-times2-SnP.h +0 -45
  762. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakP-1600-times2-on1.c +0 -37
  763. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakP-1600-times4-SnP.h +0 -45
  764. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakP-1600-times4-on1.c +0 -37
  765. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakP-1600-times8-SnP.h +0 -45
  766. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakP-1600-times8-on1.c +0 -37
  767. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakP-1600-u2-32bi-armv6m-le-gcc.s +0 -1334
  768. data/ext/digest/kangarootwelve/keccak/armv6m/KeccakSpongeWidth1600.link.c +0 -1
  769. data/ext/digest/kangarootwelve/keccak/armv6m/PlSnP-Fallback.inc +0 -287
  770. data/ext/digest/kangarootwelve/keccak/armv7a/KangarooTwelve.link.c +0 -1
  771. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakDuplexWidth1600.link.c +0 -1
  772. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakP-1600-SnP.h +0 -37
  773. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakP-1600-armv7a-le-neon-gcc.s +0 -826
  774. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakP-1600-inplace-pl2-armv7a-neon-le-gcc.s +0 -1245
  775. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakP-1600-times2-SnP.h +0 -38
  776. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakP-1600-times4-SnP.h +0 -45
  777. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakP-1600-times4-on2.c +0 -38
  778. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakP-1600-times8-SnP.h +0 -45
  779. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakP-1600-times8-on2.c +0 -38
  780. data/ext/digest/kangarootwelve/keccak/armv7a/KeccakSpongeWidth1600.link.c +0 -1
  781. data/ext/digest/kangarootwelve/keccak/armv7a/PlSnP-Fallback.inc +0 -287
  782. data/ext/digest/kangarootwelve/keccak/armv7m/KangarooTwelve.link.c +0 -1
  783. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakDuplexWidth1600.link.c +0 -1
  784. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakP-1600-SnP.h +0 -36
  785. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakP-1600-inplace-32bi-armv7m-le-gcc.s +0 -1170
  786. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakP-1600-times2-SnP.h +0 -45
  787. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakP-1600-times2-on1.c +0 -37
  788. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakP-1600-times4-SnP.h +0 -45
  789. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakP-1600-times4-on1.c +0 -37
  790. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakP-1600-times8-SnP.h +0 -45
  791. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakP-1600-times8-on1.c +0 -37
  792. data/ext/digest/kangarootwelve/keccak/armv7m/KeccakSpongeWidth1600.link.c +0 -1
  793. data/ext/digest/kangarootwelve/keccak/armv7m/PlSnP-Fallback.inc +0 -287
  794. data/ext/digest/kangarootwelve/keccak/armv8a/KangarooTwelve.link.c +0 -1
  795. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakDuplexWidth1600.link.c +0 -1
  796. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakP-1600-SnP.h +0 -28
  797. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakP-1600-armv8a-neon.s +0 -537
  798. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakP-1600-times2-SnP.h +0 -45
  799. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakP-1600-times2-on1.c +0 -37
  800. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakP-1600-times4-SnP.h +0 -45
  801. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakP-1600-times4-on1.c +0 -37
  802. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakP-1600-times8-SnP.h +0 -45
  803. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakP-1600-times8-on1.c +0 -37
  804. data/ext/digest/kangarootwelve/keccak/armv8a/KeccakSpongeWidth1600.link.c +0 -1
  805. data/ext/digest/kangarootwelve/keccak/armv8a/PlSnP-Fallback.inc +0 -287
  806. data/ext/digest/kangarootwelve/keccak/asmx86-64/KangarooTwelve.link.c +0 -1
  807. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakDuplexWidth1600.link.c +0 -1
  808. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakP-1600-SnP.h +0 -37
  809. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakP-1600-times2-SnP.h +0 -45
  810. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakP-1600-times2-on1.c +0 -37
  811. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakP-1600-times4-SnP.h +0 -45
  812. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakP-1600-times4-on1.c +0 -37
  813. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakP-1600-times8-SnP.h +0 -45
  814. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakP-1600-times8-on1.c +0 -37
  815. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakP-1600-x86-64-gas.s +0 -1190
  816. data/ext/digest/kangarootwelve/keccak/asmx86-64/KeccakSpongeWidth1600.link.c +0 -1
  817. data/ext/digest/kangarootwelve/keccak/asmx86-64/PlSnP-Fallback.inc +0 -287
  818. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KangarooTwelve.link.c +0 -1
  819. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakDuplexWidth1600.link.c +0 -1
  820. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakP-1600-SnP.h +0 -37
  821. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakP-1600-times2-SnP.h +0 -45
  822. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakP-1600-times2-on1.c +0 -37
  823. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakP-1600-times4-SnP.h +0 -45
  824. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakP-1600-times4-on1.c +0 -37
  825. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakP-1600-times8-SnP.h +0 -45
  826. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakP-1600-times8-on1.c +0 -37
  827. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakP-1600-x86-64-shld-gas.s +0 -1190
  828. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/KeccakSpongeWidth1600.link.c +0 -1
  829. data/ext/digest/kangarootwelve/keccak/asmx86-64shld/PlSnP-Fallback.inc +0 -287
  830. data/ext/digest/kangarootwelve/keccak/avr8/KangarooTwelve.link.c +0 -1
  831. data/ext/digest/kangarootwelve/keccak/avr8/KeccakDuplexWidth1600.link.c +0 -1
  832. data/ext/digest/kangarootwelve/keccak/avr8/KeccakP-1600-SnP.h +0 -37
  833. data/ext/digest/kangarootwelve/keccak/avr8/KeccakP-1600-avr8-fast.s +0 -1116
  834. data/ext/digest/kangarootwelve/keccak/avr8/KeccakP-1600-times2-SnP.h +0 -45
  835. data/ext/digest/kangarootwelve/keccak/avr8/KeccakP-1600-times2-on1.c +0 -37
  836. data/ext/digest/kangarootwelve/keccak/avr8/KeccakP-1600-times4-SnP.h +0 -45
  837. data/ext/digest/kangarootwelve/keccak/avr8/KeccakP-1600-times4-on1.c +0 -37
  838. data/ext/digest/kangarootwelve/keccak/avr8/KeccakP-1600-times8-SnP.h +0 -45
  839. data/ext/digest/kangarootwelve/keccak/avr8/KeccakP-1600-times8-on1.c +0 -37
  840. data/ext/digest/kangarootwelve/keccak/avr8/KeccakSpongeWidth1600.link.c +0 -1
  841. data/ext/digest/kangarootwelve/keccak/avr8/PlSnP-Fallback.inc +0 -287
  842. data/ext/digest/kangarootwelve/keccak/bulldozer/KangarooTwelve.link.c +0 -1
  843. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakDuplexWidth1600.link.c +0 -1
  844. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-SnP.h +0 -39
  845. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-XOP.c +0 -473
  846. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-times2-SIMD128.c +0 -954
  847. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-times2-SnP.h +0 -47
  848. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-times4-SnP.h +0 -45
  849. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-times4-on2.c +0 -38
  850. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-times8-SnP.h +0 -45
  851. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-times8-on2.c +0 -38
  852. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakP-1600-unrolling.macros +0 -302
  853. data/ext/digest/kangarootwelve/keccak/bulldozer/KeccakSpongeWidth1600.link.c +0 -1
  854. data/ext/digest/kangarootwelve/keccak/bulldozer/PlSnP-Fallback.inc +0 -287
  855. data/ext/digest/kangarootwelve/keccak/bulldozer/SnP-Relaned.h +0 -140
  856. data/ext/digest/kangarootwelve/keccak/common/KangarooTwelve.c +0 -271
  857. data/ext/digest/kangarootwelve/keccak/common/KangarooTwelve.h +0 -89
  858. data/ext/digest/kangarootwelve/keccak/common/KeccakDuplex-common.h +0 -37
  859. data/ext/digest/kangarootwelve/keccak/common/KeccakDuplex.inc +0 -192
  860. data/ext/digest/kangarootwelve/keccak/common/KeccakDuplexWidth1600.c +0 -34
  861. data/ext/digest/kangarootwelve/keccak/common/KeccakDuplexWidth1600.h +0 -25
  862. data/ext/digest/kangarootwelve/keccak/common/KeccakSponge-common.h +0 -35
  863. data/ext/digest/kangarootwelve/keccak/common/KeccakSponge.inc +0 -311
  864. data/ext/digest/kangarootwelve/keccak/common/KeccakSpongeWidth1600.c +0 -54
  865. data/ext/digest/kangarootwelve/keccak/common/KeccakSpongeWidth1600.h +0 -31
  866. data/ext/digest/kangarootwelve/keccak/common/Phases.h +0 -22
  867. data/ext/digest/kangarootwelve/keccak/common/align.h +0 -32
  868. data/ext/digest/kangarootwelve/keccak/common/brg_endian.h +0 -142
  869. data/ext/digest/kangarootwelve/keccak/compact/KangarooTwelve.link.c +0 -1
  870. data/ext/digest/kangarootwelve/keccak/compact/KeccakDuplexWidth1600.link.c +0 -1
  871. data/ext/digest/kangarootwelve/keccak/compact/KeccakP-1600-SnP.h +0 -35
  872. data/ext/digest/kangarootwelve/keccak/compact/KeccakP-1600-compact64.c +0 -416
  873. data/ext/digest/kangarootwelve/keccak/compact/KeccakP-1600-times2-SnP.h +0 -45
  874. data/ext/digest/kangarootwelve/keccak/compact/KeccakP-1600-times2-on1.c +0 -37
  875. data/ext/digest/kangarootwelve/keccak/compact/KeccakP-1600-times4-SnP.h +0 -45
  876. data/ext/digest/kangarootwelve/keccak/compact/KeccakP-1600-times4-on1.c +0 -37
  877. data/ext/digest/kangarootwelve/keccak/compact/KeccakP-1600-times8-SnP.h +0 -45
  878. data/ext/digest/kangarootwelve/keccak/compact/KeccakP-1600-times8-on1.c +0 -37
  879. data/ext/digest/kangarootwelve/keccak/compact/KeccakSpongeWidth1600.link.c +0 -1
  880. data/ext/digest/kangarootwelve/keccak/compact/PlSnP-Fallback.inc +0 -287
  881. data/ext/digest/kangarootwelve/keccak/compact/SnP-Relaned.h +0 -140
  882. data/ext/digest/kangarootwelve/keccak/generic32/KangarooTwelve.link.c +0 -1
  883. data/ext/digest/kangarootwelve/keccak/generic32/KeccakDuplexWidth1600.link.c +0 -1
  884. data/ext/digest/kangarootwelve/keccak/generic32/KeccakP-1600-SnP.h +0 -38
  885. data/ext/digest/kangarootwelve/keccak/generic32/KeccakP-1600-inplace32BI.c +0 -1162
  886. data/ext/digest/kangarootwelve/keccak/generic32/KeccakP-1600-times2-SnP.h +0 -45
  887. data/ext/digest/kangarootwelve/keccak/generic32/KeccakP-1600-times2-on1.c +0 -37
  888. data/ext/digest/kangarootwelve/keccak/generic32/KeccakP-1600-times4-SnP.h +0 -45
  889. data/ext/digest/kangarootwelve/keccak/generic32/KeccakP-1600-times4-on1.c +0 -37
  890. data/ext/digest/kangarootwelve/keccak/generic32/KeccakP-1600-times8-SnP.h +0 -45
  891. data/ext/digest/kangarootwelve/keccak/generic32/KeccakP-1600-times8-on1.c +0 -37
  892. data/ext/digest/kangarootwelve/keccak/generic32/KeccakSpongeWidth1600.link.c +0 -1
  893. data/ext/digest/kangarootwelve/keccak/generic32/PlSnP-Fallback.inc +0 -287
  894. data/ext/digest/kangarootwelve/keccak/generic32/SnP-Relaned.h +0 -140
  895. data/ext/digest/kangarootwelve/keccak/generic32lc/KangarooTwelve.link.c +0 -1
  896. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakDuplexWidth1600.link.c +0 -1
  897. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakP-1600-SnP.h +0 -38
  898. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakP-1600-inplace32BI.c +0 -1162
  899. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakP-1600-times2-SnP.h +0 -45
  900. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakP-1600-times2-on1.c +0 -37
  901. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakP-1600-times4-SnP.h +0 -45
  902. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakP-1600-times4-on1.c +0 -37
  903. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakP-1600-times8-SnP.h +0 -45
  904. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakP-1600-times8-on1.c +0 -37
  905. data/ext/digest/kangarootwelve/keccak/generic32lc/KeccakSpongeWidth1600.link.c +0 -1
  906. data/ext/digest/kangarootwelve/keccak/generic32lc/PlSnP-Fallback.inc +0 -287
  907. data/ext/digest/kangarootwelve/keccak/generic32lc/SnP-Relaned.h +0 -140
  908. data/ext/digest/kangarootwelve/keccak/generic64/KangarooTwelve.link.c +0 -1
  909. data/ext/digest/kangarootwelve/keccak/generic64/KeccakDuplexWidth1600.link.c +0 -1
  910. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-64.macros +0 -2195
  911. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-SnP.h +0 -49
  912. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-opt64.c +0 -541
  913. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-times2-SnP.h +0 -45
  914. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-times2-on1.c +0 -37
  915. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-times4-SnP.h +0 -45
  916. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-times4-on1.c +0 -37
  917. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-times8-SnP.h +0 -45
  918. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-times8-on1.c +0 -37
  919. data/ext/digest/kangarootwelve/keccak/generic64/KeccakP-1600-unrolling.macros +0 -302
  920. data/ext/digest/kangarootwelve/keccak/generic64/KeccakSpongeWidth1600.link.c +0 -1
  921. data/ext/digest/kangarootwelve/keccak/generic64/PlSnP-Fallback.inc +0 -287
  922. data/ext/digest/kangarootwelve/keccak/generic64/SnP-Relaned.h +0 -140
  923. data/ext/digest/kangarootwelve/keccak/generic64lc/KangarooTwelve.link.c +0 -1
  924. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakDuplexWidth1600.link.c +0 -1
  925. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-64.macros +0 -2195
  926. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-SnP.h +0 -49
  927. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-opt64.c +0 -541
  928. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-times2-SnP.h +0 -45
  929. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-times2-on1.c +0 -37
  930. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-times4-SnP.h +0 -45
  931. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-times4-on1.c +0 -37
  932. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-times8-SnP.h +0 -45
  933. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-times8-on1.c +0 -37
  934. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakP-1600-unrolling.macros +0 -302
  935. data/ext/digest/kangarootwelve/keccak/generic64lc/KeccakSpongeWidth1600.link.c +0 -1
  936. data/ext/digest/kangarootwelve/keccak/generic64lc/PlSnP-Fallback.inc +0 -287
  937. data/ext/digest/kangarootwelve/keccak/generic64lc/SnP-Relaned.h +0 -140
  938. data/ext/digest/kangarootwelve/keccak/haswell/KangarooTwelve.link.c +0 -1
  939. data/ext/digest/kangarootwelve/keccak/haswell/KeccakDuplexWidth1600.link.c +0 -1
  940. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-AVX2.s +0 -993
  941. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-SnP.h +0 -41
  942. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-times2-SIMD128.c +0 -954
  943. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-times2-SnP.h +0 -47
  944. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-times4-SIMD256.c +0 -1303
  945. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-times4-SnP.h +0 -53
  946. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-times8-SnP.h +0 -45
  947. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-times8-on4.c +0 -38
  948. data/ext/digest/kangarootwelve/keccak/haswell/KeccakP-1600-unrolling.macros +0 -302
  949. data/ext/digest/kangarootwelve/keccak/haswell/KeccakSpongeWidth1600.link.c +0 -1
  950. data/ext/digest/kangarootwelve/keccak/haswell/PlSnP-Fallback.inc +0 -287
  951. data/ext/digest/kangarootwelve/keccak/haswell/SIMD128-config.h +0 -8
  952. data/ext/digest/kangarootwelve/keccak/nehalem/KangarooTwelve.link.c +0 -1
  953. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakDuplexWidth1600.link.c +0 -1
  954. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-64.macros +0 -2195
  955. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-SnP.h +0 -49
  956. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-opt64-config.h +0 -7
  957. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-opt64.c +0 -541
  958. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-times2-SIMD128.c +0 -954
  959. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-times2-SnP.h +0 -47
  960. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-times4-SnP.h +0 -45
  961. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-times4-on2.c +0 -38
  962. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-times8-SnP.h +0 -45
  963. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-times8-on2.c +0 -38
  964. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakP-1600-unrolling.macros +0 -302
  965. data/ext/digest/kangarootwelve/keccak/nehalem/KeccakSpongeWidth1600.link.c +0 -1
  966. data/ext/digest/kangarootwelve/keccak/nehalem/PlSnP-Fallback.inc +0 -287
  967. data/ext/digest/kangarootwelve/keccak/nehalem/SIMD128-config.h +0 -8
  968. data/ext/digest/kangarootwelve/keccak/nehalem/SnP-Relaned.h +0 -140
  969. data/ext/digest/kangarootwelve/keccak/reference/KangarooTwelve.link.c +0 -1
  970. data/ext/digest/kangarootwelve/keccak/reference/KeccakDuplexWidth1600.link.c +0 -1
  971. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-SnP.h +0 -41
  972. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-reference.c +0 -424
  973. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-reference.h +0 -20
  974. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-times2-SnP.h +0 -45
  975. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-times2-on1.c +0 -37
  976. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-times4-SnP.h +0 -45
  977. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-times4-on1.c +0 -37
  978. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-times8-SnP.h +0 -45
  979. data/ext/digest/kangarootwelve/keccak/reference/KeccakP-1600-times8-on1.c +0 -37
  980. data/ext/digest/kangarootwelve/keccak/reference/KeccakSpongeWidth1600.link.c +0 -1
  981. data/ext/digest/kangarootwelve/keccak/reference/PlSnP-Fallback.inc +0 -287
  982. data/ext/digest/kangarootwelve/keccak/reference/displayIntermediateValues.c +0 -176
  983. data/ext/digest/kangarootwelve/keccak/reference/displayIntermediateValues.h +0 -29
  984. data/ext/digest/kangarootwelve/keccak/reference32bits/KangarooTwelve.link.c +0 -1
  985. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakDuplexWidth1600.link.c +0 -1
  986. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-SnP.h +0 -41
  987. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-reference.h +0 -20
  988. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-reference32BI.c +0 -612
  989. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-times2-SnP.h +0 -45
  990. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-times2-on1.c +0 -37
  991. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-times4-SnP.h +0 -45
  992. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-times4-on1.c +0 -37
  993. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-times8-SnP.h +0 -45
  994. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakP-1600-times8-on1.c +0 -37
  995. data/ext/digest/kangarootwelve/keccak/reference32bits/KeccakSpongeWidth1600.link.c +0 -1
  996. data/ext/digest/kangarootwelve/keccak/reference32bits/PlSnP-Fallback.inc +0 -287
  997. data/ext/digest/kangarootwelve/keccak/reference32bits/displayIntermediateValues.c +0 -176
  998. data/ext/digest/kangarootwelve/keccak/reference32bits/displayIntermediateValues.h +0 -29
  999. data/ext/digest/kangarootwelve/keccak/sandybridge/KangarooTwelve.link.c +0 -1
  1000. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakDuplexWidth1600.link.c +0 -1
  1001. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-64.macros +0 -2195
  1002. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-SnP.h +0 -49
  1003. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-opt64.c +0 -541
  1004. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-times2-SIMD128.c +0 -954
  1005. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-times2-SnP.h +0 -47
  1006. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-times4-SnP.h +0 -45
  1007. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-times4-on2.c +0 -38
  1008. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-times8-SnP.h +0 -45
  1009. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-times8-on2.c +0 -38
  1010. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakP-1600-unrolling.macros +0 -302
  1011. data/ext/digest/kangarootwelve/keccak/sandybridge/KeccakSpongeWidth1600.link.c +0 -1
  1012. data/ext/digest/kangarootwelve/keccak/sandybridge/PlSnP-Fallback.inc +0 -287
  1013. data/ext/digest/kangarootwelve/keccak/sandybridge/SIMD128-config.h +0 -8
  1014. data/ext/digest/kangarootwelve/keccak/sandybridge/SnP-Relaned.h +0 -140
  1015. data/ext/digest/kangarootwelve/keccak/skylakex/KangarooTwelve.link.c +0 -1
  1016. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakDuplexWidth1600.link.c +0 -1
  1017. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakP-1600-AVX512.c +0 -621
  1018. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakP-1600-SnP.h +0 -42
  1019. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakP-1600-times2-SIMD512.c +0 -852
  1020. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakP-1600-times2-SnP.h +0 -49
  1021. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakP-1600-times4-SIMD512.c +0 -883
  1022. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakP-1600-times4-SnP.h +0 -49
  1023. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakP-1600-times8-SIMD512.c +0 -1473
  1024. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakP-1600-times8-SnP.h +0 -53
  1025. data/ext/digest/kangarootwelve/keccak/skylakex/KeccakSpongeWidth1600.link.c +0 -1
@@ -0,0 +1,1321 @@
1
+ /*
2
+ The Keccak-p permutations, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche.
3
+
4
+ Implementation by Gilles Van Assche and Ronny Van Keer, hereby denoted as "the implementer".
5
+
6
+ For more information, feedback or questions, please refer to the Keccak Team website:
7
+ https://keccak.team/
8
+
9
+ To the extent possible under law, the implementer has waived all copyright
10
+ and related or neighboring rights to the source code in this file.
11
+ http://creativecommons.org/publicdomain/zero/1.0/
12
+
13
+ ---
14
+
15
+ This file implements Keccak-p[1600]×4 in a PlSnP-compatible way.
16
+ Please refer to PlSnP-documentation.h for more details.
17
+
18
+ This implementation comes with KeccakP-1600-times4-SnP.h in the same folder.
19
+ Please refer to LowLevel.build for the exact list of other files it must be combined with.
20
+ */
21
+
22
+ #include <stdint.h>
23
+ #include <stdio.h>
24
+ #include <stdlib.h>
25
+ #include <string.h>
26
+ #include <smmintrin.h>
27
+ #include <wmmintrin.h>
28
+ #include <immintrin.h>
29
+ #include <emmintrin.h>
30
+ #include "align.h"
31
+ #include "KeccakP-1600-times4-SnP.h"
32
+ #include "SIMD256-config.h"
33
+
34
+ #include "brg_endian.h"
35
+ #if (PLATFORM_BYTE_ORDER != IS_LITTLE_ENDIAN)
36
+ #error Expecting a little-endian platform
37
+ #endif
38
+
39
+ typedef __m128i V128;
40
+ typedef __m256i V256;
41
+
42
+ //#define UseGatherScatter
43
+
44
+ #define laneIndex(instanceIndex, lanePosition) ((lanePosition)*4 + instanceIndex)
45
+
46
+ #if defined(KeccakP1600times4_useAVX2)
47
+ #define ANDnu256(a, b) _mm256_andnot_si256(a, b)
48
+ #define CONST256(a) _mm256_load_si256((const V256 *)&(a))
49
+ #define CONST256_64(a) _mm256_set1_epi64x(a)
50
+ #define LOAD256(a) _mm256_load_si256((const V256 *)&(a))
51
+ #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
52
+ #define LOAD4_64(a, b, c, d) _mm256_set_epi64x((uint64_t)(a), (uint64_t)(b), (uint64_t)(c), (uint64_t)(d))
53
+ #define ROL64in256(d, a, o) d = _mm256_or_si256(_mm256_slli_epi64(a, o), _mm256_srli_epi64(a, 64-(o)))
54
+ #define ROL64in256_8(d, a) d = _mm256_shuffle_epi8(a, CONST256(rho8))
55
+ #define ROL64in256_56(d, a) d = _mm256_shuffle_epi8(a, CONST256(rho56))
56
+ static const uint64_t rho8[4] = {0x0605040302010007, 0x0E0D0C0B0A09080F, 0x1615141312111017, 0x1E1D1C1B1A19181F};
57
+ static const uint64_t rho56[4] = {0x0007060504030201, 0x080F0E0D0C0B0A09, 0x1017161514131211, 0x181F1E1D1C1B1A19};
58
+ #define STORE256(a, b) _mm256_store_si256((V256 *)&(a), b)
59
+ #define STORE256u(a, b) _mm256_storeu_si256((V256 *)&(a), b)
60
+ #define STORE2_128(ah, al, v) _mm256_storeu2_m128i(&(ah), &(al), v)
61
+ #define XOR256(a, b) _mm256_xor_si256(a, b)
62
+ #define XOReq256(a, b) a = _mm256_xor_si256(a, b)
63
+ #define UNPACKL( a, b ) _mm256_unpacklo_epi64((a), (b))
64
+ #define UNPACKH( a, b ) _mm256_unpackhi_epi64((a), (b))
65
+ #define PERM128( a, b, c ) _mm256_permute2f128_si256((a), (b), c)
66
+ #define SHUFFLE64( a, b, c ) _mm256_castpd_si256(_mm256_shuffle_pd(_mm256_castsi256_pd(a), _mm256_castsi256_pd(b), c))
67
+
68
+ #define UNINTLEAVE() lanesL01 = UNPACKL( lanes0, lanes1 ), \
69
+ lanesH01 = UNPACKH( lanes0, lanes1 ), \
70
+ lanesL23 = UNPACKL( lanes2, lanes3 ), \
71
+ lanesH23 = UNPACKH( lanes2, lanes3 ), \
72
+ lanes0 = PERM128( lanesL01, lanesL23, 0x20 ), \
73
+ lanes2 = PERM128( lanesL01, lanesL23, 0x31 ), \
74
+ lanes1 = PERM128( lanesH01, lanesH23, 0x20 ), \
75
+ lanes3 = PERM128( lanesH01, lanesH23, 0x31 )
76
+
77
+ #define INTLEAVE() lanesL01 = PERM128( lanes0, lanes2, 0x20 ), \
78
+ lanesH01 = PERM128( lanes1, lanes3, 0x20 ), \
79
+ lanesL23 = PERM128( lanes0, lanes2, 0x31 ), \
80
+ lanesH23 = PERM128( lanes1, lanes3, 0x31 ), \
81
+ lanes0 = SHUFFLE64( lanesL01, lanesH01, 0x00 ), \
82
+ lanes1 = SHUFFLE64( lanesL01, lanesH01, 0x0F ), \
83
+ lanes2 = SHUFFLE64( lanesL23, lanesH23, 0x00 ), \
84
+ lanes3 = SHUFFLE64( lanesL23, lanesH23, 0x0F )
85
+
86
+ #endif
87
+
88
+ #define SnP_laneLengthInBytes 8
89
+
90
+ void KeccakP1600times4_InitializeAll(void *states)
91
+ {
92
+ memset(states, 0, KeccakP1600times4_statesSizeInBytes);
93
+ }
94
+
95
+ void KeccakP1600times4_AddBytes(void *states, unsigned int instanceIndex, const unsigned char *data, unsigned int offset, unsigned int length)
96
+ {
97
+ unsigned int sizeLeft = length;
98
+ unsigned int lanePosition = offset/SnP_laneLengthInBytes;
99
+ unsigned int offsetInLane = offset%SnP_laneLengthInBytes;
100
+ const unsigned char *curData = data;
101
+ uint64_t *statesAsLanes = (uint64_t *)states;
102
+
103
+ if ((sizeLeft > 0) && (offsetInLane != 0)) {
104
+ unsigned int bytesInLane = SnP_laneLengthInBytes - offsetInLane;
105
+ uint64_t lane = 0;
106
+ if (bytesInLane > sizeLeft)
107
+ bytesInLane = sizeLeft;
108
+ memcpy((unsigned char*)&lane + offsetInLane, curData, bytesInLane);
109
+ statesAsLanes[laneIndex(instanceIndex, lanePosition)] ^= lane;
110
+ sizeLeft -= bytesInLane;
111
+ lanePosition++;
112
+ curData += bytesInLane;
113
+ }
114
+
115
+ while(sizeLeft >= SnP_laneLengthInBytes) {
116
+ uint64_t lane = *((const uint64_t*)curData);
117
+ statesAsLanes[laneIndex(instanceIndex, lanePosition)] ^= lane;
118
+ sizeLeft -= SnP_laneLengthInBytes;
119
+ lanePosition++;
120
+ curData += SnP_laneLengthInBytes;
121
+ }
122
+
123
+ if (sizeLeft > 0) {
124
+ uint64_t lane = 0;
125
+ memcpy(&lane, curData, sizeLeft);
126
+ statesAsLanes[laneIndex(instanceIndex, lanePosition)] ^= lane;
127
+ }
128
+ }
129
+
130
+ void KeccakP1600times4_AddLanesAll(void *states, const unsigned char *data, unsigned int laneCount, unsigned int laneOffset)
131
+ {
132
+ V256 *stateAsLanes = (V256 *)states;
133
+ unsigned int i;
134
+ const uint64_t *curData0 = (const uint64_t *)data;
135
+ const uint64_t *curData1 = (const uint64_t *)(data+laneOffset*SnP_laneLengthInBytes);
136
+ const uint64_t *curData2 = (const uint64_t *)(data+laneOffset*2*SnP_laneLengthInBytes);
137
+ const uint64_t *curData3 = (const uint64_t *)(data+laneOffset*3*SnP_laneLengthInBytes);
138
+ V256 lanes0, lanes1, lanes2, lanes3, lanesL01, lanesL23, lanesH01, lanesH23;
139
+
140
+ #define Xor_In( argIndex ) XOReq256(stateAsLanes[argIndex], LOAD4_64(curData3[argIndex], curData2[argIndex], curData1[argIndex], curData0[argIndex]))
141
+
142
+ #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
143
+ lanes1 = LOAD256u( curData1[argIndex]),\
144
+ lanes2 = LOAD256u( curData2[argIndex]),\
145
+ lanes3 = LOAD256u( curData3[argIndex]),\
146
+ INTLEAVE(),\
147
+ XOReq256( stateAsLanes[argIndex+0], lanes0 ),\
148
+ XOReq256( stateAsLanes[argIndex+1], lanes1 ),\
149
+ XOReq256( stateAsLanes[argIndex+2], lanes2 ),\
150
+ XOReq256( stateAsLanes[argIndex+3], lanes3 )
151
+
152
+ if ( laneCount >= 16 ) {
153
+ Xor_In4( 0 );
154
+ Xor_In4( 4 );
155
+ Xor_In4( 8 );
156
+ Xor_In4( 12 );
157
+ if ( laneCount >= 20 ) {
158
+ Xor_In4( 16 );
159
+ for(i=20; i<laneCount; i++)
160
+ Xor_In( i );
161
+ }
162
+ else {
163
+ for(i=16; i<laneCount; i++)
164
+ Xor_In( i );
165
+ }
166
+ }
167
+ else {
168
+ for(i=0; i<laneCount; i++)
169
+ Xor_In( i );
170
+ }
171
+ #undef Xor_In
172
+ #undef Xor_In4
173
+ }
174
+
175
+ void KeccakP1600times4_OverwriteBytes(void *states, unsigned int instanceIndex, const unsigned char *data, unsigned int offset, unsigned int length)
176
+ {
177
+ unsigned int sizeLeft = length;
178
+ unsigned int lanePosition = offset/SnP_laneLengthInBytes;
179
+ unsigned int offsetInLane = offset%SnP_laneLengthInBytes;
180
+ const unsigned char *curData = data;
181
+ uint64_t *statesAsLanes = (uint64_t *)states;
182
+
183
+ if ((sizeLeft > 0) && (offsetInLane != 0)) {
184
+ unsigned int bytesInLane = SnP_laneLengthInBytes - offsetInLane;
185
+ if (bytesInLane > sizeLeft)
186
+ bytesInLane = sizeLeft;
187
+ memcpy( ((unsigned char *)&statesAsLanes[laneIndex(instanceIndex, lanePosition)]) + offsetInLane, curData, bytesInLane);
188
+ sizeLeft -= bytesInLane;
189
+ lanePosition++;
190
+ curData += bytesInLane;
191
+ }
192
+
193
+ while(sizeLeft >= SnP_laneLengthInBytes) {
194
+ uint64_t lane = *((const uint64_t*)curData);
195
+ statesAsLanes[laneIndex(instanceIndex, lanePosition)] = lane;
196
+ sizeLeft -= SnP_laneLengthInBytes;
197
+ lanePosition++;
198
+ curData += SnP_laneLengthInBytes;
199
+ }
200
+
201
+ if (sizeLeft > 0) {
202
+ memcpy(&statesAsLanes[laneIndex(instanceIndex, lanePosition)], curData, sizeLeft);
203
+ }
204
+ }
205
+
206
+ void KeccakP1600times4_OverwriteLanesAll(void *states, const unsigned char *data, unsigned int laneCount, unsigned int laneOffset)
207
+ {
208
+ V256 *stateAsLanes = (V256 *)states;
209
+ unsigned int i;
210
+ const uint64_t *curData0 = (const uint64_t *)data;
211
+ const uint64_t *curData1 = (const uint64_t *)(data+laneOffset*SnP_laneLengthInBytes);
212
+ const uint64_t *curData2 = (const uint64_t *)(data+laneOffset*2*SnP_laneLengthInBytes);
213
+ const uint64_t *curData3 = (const uint64_t *)(data+laneOffset*3*SnP_laneLengthInBytes);
214
+ V256 lanes0, lanes1, lanes2, lanes3, lanesL01, lanesL23, lanesH01, lanesH23;
215
+
216
+ #define OverWr( argIndex ) STORE256(stateAsLanes[argIndex], LOAD4_64(curData3[argIndex], curData2[argIndex], curData1[argIndex], curData0[argIndex]))
217
+
218
+ #define OverWr4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
219
+ lanes1 = LOAD256u( curData1[argIndex]),\
220
+ lanes2 = LOAD256u( curData2[argIndex]),\
221
+ lanes3 = LOAD256u( curData3[argIndex]),\
222
+ INTLEAVE(),\
223
+ STORE256( stateAsLanes[argIndex+0], lanes0 ),\
224
+ STORE256( stateAsLanes[argIndex+1], lanes1 ),\
225
+ STORE256( stateAsLanes[argIndex+2], lanes2 ),\
226
+ STORE256( stateAsLanes[argIndex+3], lanes3 )
227
+
228
+ if ( laneCount >= 16 ) {
229
+ OverWr4( 0 );
230
+ OverWr4( 4 );
231
+ OverWr4( 8 );
232
+ OverWr4( 12 );
233
+ if ( laneCount >= 20 ) {
234
+ OverWr4( 16 );
235
+ for(i=20; i<laneCount; i++)
236
+ OverWr( i );
237
+ }
238
+ else {
239
+ for(i=16; i<laneCount; i++)
240
+ OverWr( i );
241
+ }
242
+ }
243
+ else {
244
+ for(i=0; i<laneCount; i++)
245
+ OverWr( i );
246
+ }
247
+ #undef OverWr
248
+ #undef OverWr4
249
+ }
250
+
251
+ void KeccakP1600times4_OverwriteWithZeroes(void *states, unsigned int instanceIndex, unsigned int byteCount)
252
+ {
253
+ unsigned int sizeLeft = byteCount;
254
+ unsigned int lanePosition = 0;
255
+ uint64_t *statesAsLanes = (uint64_t *)states;
256
+
257
+ while(sizeLeft >= SnP_laneLengthInBytes) {
258
+ statesAsLanes[laneIndex(instanceIndex, lanePosition)] = 0;
259
+ sizeLeft -= SnP_laneLengthInBytes;
260
+ lanePosition++;
261
+ }
262
+
263
+ if (sizeLeft > 0) {
264
+ memset(&statesAsLanes[laneIndex(instanceIndex, lanePosition)], 0, sizeLeft);
265
+ }
266
+ }
267
+
268
+ void KeccakP1600times4_ExtractBytes(const void *states, unsigned int instanceIndex, unsigned char *data, unsigned int offset, unsigned int length)
269
+ {
270
+ unsigned int sizeLeft = length;
271
+ unsigned int lanePosition = offset/SnP_laneLengthInBytes;
272
+ unsigned int offsetInLane = offset%SnP_laneLengthInBytes;
273
+ unsigned char *curData = data;
274
+ const uint64_t *statesAsLanes = (const uint64_t *)states;
275
+
276
+ if ((sizeLeft > 0) && (offsetInLane != 0)) {
277
+ unsigned int bytesInLane = SnP_laneLengthInBytes - offsetInLane;
278
+ if (bytesInLane > sizeLeft)
279
+ bytesInLane = sizeLeft;
280
+ memcpy( curData, ((unsigned char *)&statesAsLanes[laneIndex(instanceIndex, lanePosition)]) + offsetInLane, bytesInLane);
281
+ sizeLeft -= bytesInLane;
282
+ lanePosition++;
283
+ curData += bytesInLane;
284
+ }
285
+
286
+ while(sizeLeft >= SnP_laneLengthInBytes) {
287
+ *(uint64_t*)curData = statesAsLanes[laneIndex(instanceIndex, lanePosition)];
288
+ sizeLeft -= SnP_laneLengthInBytes;
289
+ lanePosition++;
290
+ curData += SnP_laneLengthInBytes;
291
+ }
292
+
293
+ if (sizeLeft > 0) {
294
+ memcpy( curData, &statesAsLanes[laneIndex(instanceIndex, lanePosition)], sizeLeft);
295
+ }
296
+ }
297
+
298
+ void KeccakP1600times4_ExtractLanesAll(const void *states, unsigned char *data, unsigned int laneCount, unsigned int laneOffset)
299
+ {
300
+ uint64_t *curData0 = (uint64_t *)data;
301
+ uint64_t *curData1 = (uint64_t *)(data+laneOffset*1*SnP_laneLengthInBytes);
302
+ uint64_t *curData2 = (uint64_t *)(data+laneOffset*2*SnP_laneLengthInBytes);
303
+ uint64_t *curData3 = (uint64_t *)(data+laneOffset*3*SnP_laneLengthInBytes);
304
+
305
+ const V256 *stateAsLanes = (const V256 *)states;
306
+ const uint64_t *stateAsLanes64 = (const uint64_t*)states;
307
+ V256 lanes0, lanes1, lanes2, lanes3, lanesL01, lanesL23, lanesH01, lanesH23;
308
+ unsigned int i;
309
+
310
+ #define Extr( argIndex ) curData0[argIndex] = stateAsLanes64[4*(argIndex)], \
311
+ curData1[argIndex] = stateAsLanes64[4*(argIndex)+1], \
312
+ curData2[argIndex] = stateAsLanes64[4*(argIndex)+2], \
313
+ curData3[argIndex] = stateAsLanes64[4*(argIndex)+3]
314
+
315
+ #define Extr4( argIndex ) lanes0 = LOAD256( stateAsLanes[argIndex+0] ), \
316
+ lanes1 = LOAD256( stateAsLanes[argIndex+1] ), \
317
+ lanes2 = LOAD256( stateAsLanes[argIndex+2] ), \
318
+ lanes3 = LOAD256( stateAsLanes[argIndex+3] ), \
319
+ UNINTLEAVE(), \
320
+ STORE256u( curData0[argIndex], lanes0 ), \
321
+ STORE256u( curData1[argIndex], lanes1 ), \
322
+ STORE256u( curData2[argIndex], lanes2 ), \
323
+ STORE256u( curData3[argIndex], lanes3 )
324
+
325
+ if ( laneCount >= 16 ) {
326
+ Extr4( 0 );
327
+ Extr4( 4 );
328
+ Extr4( 8 );
329
+ Extr4( 12 );
330
+ if ( laneCount >= 20 ) {
331
+ Extr4( 16 );
332
+ for(i=20; i<laneCount; i++)
333
+ Extr( i );
334
+ }
335
+ else {
336
+ for(i=16; i<laneCount; i++)
337
+ Extr( i );
338
+ }
339
+ }
340
+ else {
341
+ for(i=0; i<laneCount; i++)
342
+ Extr( i );
343
+ }
344
+ #undef Extr
345
+ #undef Extr4
346
+ }
347
+
348
+ void KeccakP1600times4_ExtractAndAddBytes(const void *states, unsigned int instanceIndex, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length)
349
+ {
350
+ unsigned int sizeLeft = length;
351
+ unsigned int lanePosition = offset/SnP_laneLengthInBytes;
352
+ unsigned int offsetInLane = offset%SnP_laneLengthInBytes;
353
+ const unsigned char *curInput = input;
354
+ unsigned char *curOutput = output;
355
+ const uint64_t *statesAsLanes = (const uint64_t *)states;
356
+
357
+ if ((sizeLeft > 0) && (offsetInLane != 0)) {
358
+ unsigned int bytesInLane = SnP_laneLengthInBytes - offsetInLane;
359
+ uint64_t lane = statesAsLanes[laneIndex(instanceIndex, lanePosition)] >> (8 * offsetInLane);
360
+ if (bytesInLane > sizeLeft)
361
+ bytesInLane = sizeLeft;
362
+ sizeLeft -= bytesInLane;
363
+ do {
364
+ *(curOutput++) = *(curInput++) ^ (unsigned char)lane;
365
+ lane >>= 8;
366
+ } while ( --bytesInLane != 0);
367
+ lanePosition++;
368
+ }
369
+
370
+ while(sizeLeft >= SnP_laneLengthInBytes) {
371
+ *((uint64_t*)curOutput) = *((uint64_t*)curInput) ^ statesAsLanes[laneIndex(instanceIndex, lanePosition)];
372
+ sizeLeft -= SnP_laneLengthInBytes;
373
+ lanePosition++;
374
+ curInput += SnP_laneLengthInBytes;
375
+ curOutput += SnP_laneLengthInBytes;
376
+ }
377
+
378
+ if (sizeLeft != 0) {
379
+ uint64_t lane = statesAsLanes[laneIndex(instanceIndex, lanePosition)];
380
+ do {
381
+ *(curOutput++) = *(curInput++) ^ (unsigned char)lane;
382
+ lane >>= 8;
383
+ } while ( --sizeLeft != 0);
384
+ }
385
+ }
386
+
387
+ void KeccakP1600times4_ExtractAndAddLanesAll(const void *states, const unsigned char *input, unsigned char *output, unsigned int laneCount, unsigned int laneOffset)
388
+ {
389
+ const uint64_t *curInput0 = (uint64_t *)input;
390
+ const uint64_t *curInput1 = (uint64_t *)(input+laneOffset*1*SnP_laneLengthInBytes);
391
+ const uint64_t *curInput2 = (uint64_t *)(input+laneOffset*2*SnP_laneLengthInBytes);
392
+ const uint64_t *curInput3 = (uint64_t *)(input+laneOffset*3*SnP_laneLengthInBytes);
393
+ uint64_t *curOutput0 = (uint64_t *)output;
394
+ uint64_t *curOutput1 = (uint64_t *)(output+laneOffset*1*SnP_laneLengthInBytes);
395
+ uint64_t *curOutput2 = (uint64_t *)(output+laneOffset*2*SnP_laneLengthInBytes);
396
+ uint64_t *curOutput3 = (uint64_t *)(output+laneOffset*3*SnP_laneLengthInBytes);
397
+
398
+ const V256 *stateAsLanes = (const V256 *)states;
399
+ const uint64_t *stateAsLanes64 = (const uint64_t*)states;
400
+ V256 lanes0, lanes1, lanes2, lanes3, lanesL01, lanesL23, lanesH01, lanesH23;
401
+ unsigned int i;
402
+
403
+ #define ExtrXor( argIndex ) \
404
+ curOutput0[argIndex] = curInput0[argIndex] ^ stateAsLanes64[4*(argIndex)],\
405
+ curOutput1[argIndex] = curInput1[argIndex] ^ stateAsLanes64[4*(argIndex)+1],\
406
+ curOutput2[argIndex] = curInput2[argIndex] ^ stateAsLanes64[4*(argIndex)+2],\
407
+ curOutput3[argIndex] = curInput3[argIndex] ^ stateAsLanes64[4*(argIndex)+3]
408
+
409
+ #define ExtrXor4( argIndex ) \
410
+ lanes0 = LOAD256( stateAsLanes[argIndex+0] ),\
411
+ lanes1 = LOAD256( stateAsLanes[argIndex+1] ),\
412
+ lanes2 = LOAD256( stateAsLanes[argIndex+2] ),\
413
+ lanes3 = LOAD256( stateAsLanes[argIndex+3] ),\
414
+ UNINTLEAVE(),\
415
+ lanesL01 = LOAD256u( curInput0[argIndex]),\
416
+ lanesH01 = LOAD256u( curInput1[argIndex]),\
417
+ lanesL23 = LOAD256u( curInput2[argIndex]),\
418
+ lanesH23 = LOAD256u( curInput3[argIndex]),\
419
+ XOReq256( lanes0, lanesL01 ),\
420
+ XOReq256( lanes1, lanesH01 ),\
421
+ XOReq256( lanes2, lanesL23 ),\
422
+ XOReq256( lanes3, lanesH23 ),\
423
+ STORE256u( curOutput0[argIndex], lanes0 ),\
424
+ STORE256u( curOutput1[argIndex], lanes1 ),\
425
+ STORE256u( curOutput2[argIndex], lanes2 ),\
426
+ STORE256u( curOutput3[argIndex], lanes3 )
427
+
428
+ if ( laneCount >= 16 ) {
429
+ ExtrXor4( 0 );
430
+ ExtrXor4( 4 );
431
+ ExtrXor4( 8 );
432
+ ExtrXor4( 12 );
433
+ if ( laneCount >= 20 ) {
434
+ ExtrXor4( 16 );
435
+ for(i=20; i<laneCount; i++)
436
+ ExtrXor( i );
437
+ }
438
+ else {
439
+ for(i=16; i<laneCount; i++)
440
+ ExtrXor( i );
441
+ }
442
+ }
443
+ else {
444
+ for(i=0; i<laneCount; i++)
445
+ ExtrXor( i );
446
+ }
447
+ #undef ExtrXor
448
+ #undef ExtrXor4
449
+ }
450
+
451
+ #define declareABCDE \
452
+ V256 Aba, Abe, Abi, Abo, Abu; \
453
+ V256 Aga, Age, Agi, Ago, Agu; \
454
+ V256 Aka, Ake, Aki, Ako, Aku; \
455
+ V256 Ama, Ame, Ami, Amo, Amu; \
456
+ V256 Asa, Ase, Asi, Aso, Asu; \
457
+ V256 Bba, Bbe, Bbi, Bbo, Bbu; \
458
+ V256 Bga, Bge, Bgi, Bgo, Bgu; \
459
+ V256 Bka, Bke, Bki, Bko, Bku; \
460
+ V256 Bma, Bme, Bmi, Bmo, Bmu; \
461
+ V256 Bsa, Bse, Bsi, Bso, Bsu; \
462
+ V256 Ca, Ce, Ci, Co, Cu; \
463
+ V256 Ca1, Ce1, Ci1, Co1, Cu1; \
464
+ V256 Da, De, Di, Do, Du; \
465
+ V256 Eba, Ebe, Ebi, Ebo, Ebu; \
466
+ V256 Ega, Ege, Egi, Ego, Egu; \
467
+ V256 Eka, Eke, Eki, Eko, Eku; \
468
+ V256 Ema, Eme, Emi, Emo, Emu; \
469
+ V256 Esa, Ese, Esi, Eso, Esu; \
470
+
471
+ #define prepareTheta \
472
+ Ca = XOR256(Aba, XOR256(Aga, XOR256(Aka, XOR256(Ama, Asa)))); \
473
+ Ce = XOR256(Abe, XOR256(Age, XOR256(Ake, XOR256(Ame, Ase)))); \
474
+ Ci = XOR256(Abi, XOR256(Agi, XOR256(Aki, XOR256(Ami, Asi)))); \
475
+ Co = XOR256(Abo, XOR256(Ago, XOR256(Ako, XOR256(Amo, Aso)))); \
476
+ Cu = XOR256(Abu, XOR256(Agu, XOR256(Aku, XOR256(Amu, Asu)))); \
477
+
478
+ /* --- Theta Rho Pi Chi Iota Prepare-theta */
479
+ /* --- 64-bit lanes mapped to 64-bit words */
480
+ #define thetaRhoPiChiIotaPrepareTheta(i, A, E) \
481
+ ROL64in256(Ce1, Ce, 1); \
482
+ Da = XOR256(Cu, Ce1); \
483
+ ROL64in256(Ci1, Ci, 1); \
484
+ De = XOR256(Ca, Ci1); \
485
+ ROL64in256(Co1, Co, 1); \
486
+ Di = XOR256(Ce, Co1); \
487
+ ROL64in256(Cu1, Cu, 1); \
488
+ Do = XOR256(Ci, Cu1); \
489
+ ROL64in256(Ca1, Ca, 1); \
490
+ Du = XOR256(Co, Ca1); \
491
+ \
492
+ XOReq256(A##ba, Da); \
493
+ Bba = A##ba; \
494
+ XOReq256(A##ge, De); \
495
+ ROL64in256(Bbe, A##ge, 44); \
496
+ XOReq256(A##ki, Di); \
497
+ ROL64in256(Bbi, A##ki, 43); \
498
+ E##ba = XOR256(Bba, ANDnu256(Bbe, Bbi)); \
499
+ XOReq256(E##ba, CONST256_64(KeccakF1600RoundConstants[i])); \
500
+ Ca = E##ba; \
501
+ XOReq256(A##mo, Do); \
502
+ ROL64in256(Bbo, A##mo, 21); \
503
+ E##be = XOR256(Bbe, ANDnu256(Bbi, Bbo)); \
504
+ Ce = E##be; \
505
+ XOReq256(A##su, Du); \
506
+ ROL64in256(Bbu, A##su, 14); \
507
+ E##bi = XOR256(Bbi, ANDnu256(Bbo, Bbu)); \
508
+ Ci = E##bi; \
509
+ E##bo = XOR256(Bbo, ANDnu256(Bbu, Bba)); \
510
+ Co = E##bo; \
511
+ E##bu = XOR256(Bbu, ANDnu256(Bba, Bbe)); \
512
+ Cu = E##bu; \
513
+ \
514
+ XOReq256(A##bo, Do); \
515
+ ROL64in256(Bga, A##bo, 28); \
516
+ XOReq256(A##gu, Du); \
517
+ ROL64in256(Bge, A##gu, 20); \
518
+ XOReq256(A##ka, Da); \
519
+ ROL64in256(Bgi, A##ka, 3); \
520
+ E##ga = XOR256(Bga, ANDnu256(Bge, Bgi)); \
521
+ XOReq256(Ca, E##ga); \
522
+ XOReq256(A##me, De); \
523
+ ROL64in256(Bgo, A##me, 45); \
524
+ E##ge = XOR256(Bge, ANDnu256(Bgi, Bgo)); \
525
+ XOReq256(Ce, E##ge); \
526
+ XOReq256(A##si, Di); \
527
+ ROL64in256(Bgu, A##si, 61); \
528
+ E##gi = XOR256(Bgi, ANDnu256(Bgo, Bgu)); \
529
+ XOReq256(Ci, E##gi); \
530
+ E##go = XOR256(Bgo, ANDnu256(Bgu, Bga)); \
531
+ XOReq256(Co, E##go); \
532
+ E##gu = XOR256(Bgu, ANDnu256(Bga, Bge)); \
533
+ XOReq256(Cu, E##gu); \
534
+ \
535
+ XOReq256(A##be, De); \
536
+ ROL64in256(Bka, A##be, 1); \
537
+ XOReq256(A##gi, Di); \
538
+ ROL64in256(Bke, A##gi, 6); \
539
+ XOReq256(A##ko, Do); \
540
+ ROL64in256(Bki, A##ko, 25); \
541
+ E##ka = XOR256(Bka, ANDnu256(Bke, Bki)); \
542
+ XOReq256(Ca, E##ka); \
543
+ XOReq256(A##mu, Du); \
544
+ ROL64in256_8(Bko, A##mu); \
545
+ E##ke = XOR256(Bke, ANDnu256(Bki, Bko)); \
546
+ XOReq256(Ce, E##ke); \
547
+ XOReq256(A##sa, Da); \
548
+ ROL64in256(Bku, A##sa, 18); \
549
+ E##ki = XOR256(Bki, ANDnu256(Bko, Bku)); \
550
+ XOReq256(Ci, E##ki); \
551
+ E##ko = XOR256(Bko, ANDnu256(Bku, Bka)); \
552
+ XOReq256(Co, E##ko); \
553
+ E##ku = XOR256(Bku, ANDnu256(Bka, Bke)); \
554
+ XOReq256(Cu, E##ku); \
555
+ \
556
+ XOReq256(A##bu, Du); \
557
+ ROL64in256(Bma, A##bu, 27); \
558
+ XOReq256(A##ga, Da); \
559
+ ROL64in256(Bme, A##ga, 36); \
560
+ XOReq256(A##ke, De); \
561
+ ROL64in256(Bmi, A##ke, 10); \
562
+ E##ma = XOR256(Bma, ANDnu256(Bme, Bmi)); \
563
+ XOReq256(Ca, E##ma); \
564
+ XOReq256(A##mi, Di); \
565
+ ROL64in256(Bmo, A##mi, 15); \
566
+ E##me = XOR256(Bme, ANDnu256(Bmi, Bmo)); \
567
+ XOReq256(Ce, E##me); \
568
+ XOReq256(A##so, Do); \
569
+ ROL64in256_56(Bmu, A##so); \
570
+ E##mi = XOR256(Bmi, ANDnu256(Bmo, Bmu)); \
571
+ XOReq256(Ci, E##mi); \
572
+ E##mo = XOR256(Bmo, ANDnu256(Bmu, Bma)); \
573
+ XOReq256(Co, E##mo); \
574
+ E##mu = XOR256(Bmu, ANDnu256(Bma, Bme)); \
575
+ XOReq256(Cu, E##mu); \
576
+ \
577
+ XOReq256(A##bi, Di); \
578
+ ROL64in256(Bsa, A##bi, 62); \
579
+ XOReq256(A##go, Do); \
580
+ ROL64in256(Bse, A##go, 55); \
581
+ XOReq256(A##ku, Du); \
582
+ ROL64in256(Bsi, A##ku, 39); \
583
+ E##sa = XOR256(Bsa, ANDnu256(Bse, Bsi)); \
584
+ XOReq256(Ca, E##sa); \
585
+ XOReq256(A##ma, Da); \
586
+ ROL64in256(Bso, A##ma, 41); \
587
+ E##se = XOR256(Bse, ANDnu256(Bsi, Bso)); \
588
+ XOReq256(Ce, E##se); \
589
+ XOReq256(A##se, De); \
590
+ ROL64in256(Bsu, A##se, 2); \
591
+ E##si = XOR256(Bsi, ANDnu256(Bso, Bsu)); \
592
+ XOReq256(Ci, E##si); \
593
+ E##so = XOR256(Bso, ANDnu256(Bsu, Bsa)); \
594
+ XOReq256(Co, E##so); \
595
+ E##su = XOR256(Bsu, ANDnu256(Bsa, Bse)); \
596
+ XOReq256(Cu, E##su); \
597
+ \
598
+
599
+ /* --- Theta Rho Pi Chi Iota */
600
+ /* --- 64-bit lanes mapped to 64-bit words */
601
+ #define thetaRhoPiChiIota(i, A, E) \
602
+ ROL64in256(Ce1, Ce, 1); \
603
+ Da = XOR256(Cu, Ce1); \
604
+ ROL64in256(Ci1, Ci, 1); \
605
+ De = XOR256(Ca, Ci1); \
606
+ ROL64in256(Co1, Co, 1); \
607
+ Di = XOR256(Ce, Co1); \
608
+ ROL64in256(Cu1, Cu, 1); \
609
+ Do = XOR256(Ci, Cu1); \
610
+ ROL64in256(Ca1, Ca, 1); \
611
+ Du = XOR256(Co, Ca1); \
612
+ \
613
+ XOReq256(A##ba, Da); \
614
+ Bba = A##ba; \
615
+ XOReq256(A##ge, De); \
616
+ ROL64in256(Bbe, A##ge, 44); \
617
+ XOReq256(A##ki, Di); \
618
+ ROL64in256(Bbi, A##ki, 43); \
619
+ E##ba = XOR256(Bba, ANDnu256(Bbe, Bbi)); \
620
+ XOReq256(E##ba, CONST256_64(KeccakF1600RoundConstants[i])); \
621
+ XOReq256(A##mo, Do); \
622
+ ROL64in256(Bbo, A##mo, 21); \
623
+ E##be = XOR256(Bbe, ANDnu256(Bbi, Bbo)); \
624
+ XOReq256(A##su, Du); \
625
+ ROL64in256(Bbu, A##su, 14); \
626
+ E##bi = XOR256(Bbi, ANDnu256(Bbo, Bbu)); \
627
+ E##bo = XOR256(Bbo, ANDnu256(Bbu, Bba)); \
628
+ E##bu = XOR256(Bbu, ANDnu256(Bba, Bbe)); \
629
+ \
630
+ XOReq256(A##bo, Do); \
631
+ ROL64in256(Bga, A##bo, 28); \
632
+ XOReq256(A##gu, Du); \
633
+ ROL64in256(Bge, A##gu, 20); \
634
+ XOReq256(A##ka, Da); \
635
+ ROL64in256(Bgi, A##ka, 3); \
636
+ E##ga = XOR256(Bga, ANDnu256(Bge, Bgi)); \
637
+ XOReq256(A##me, De); \
638
+ ROL64in256(Bgo, A##me, 45); \
639
+ E##ge = XOR256(Bge, ANDnu256(Bgi, Bgo)); \
640
+ XOReq256(A##si, Di); \
641
+ ROL64in256(Bgu, A##si, 61); \
642
+ E##gi = XOR256(Bgi, ANDnu256(Bgo, Bgu)); \
643
+ E##go = XOR256(Bgo, ANDnu256(Bgu, Bga)); \
644
+ E##gu = XOR256(Bgu, ANDnu256(Bga, Bge)); \
645
+ \
646
+ XOReq256(A##be, De); \
647
+ ROL64in256(Bka, A##be, 1); \
648
+ XOReq256(A##gi, Di); \
649
+ ROL64in256(Bke, A##gi, 6); \
650
+ XOReq256(A##ko, Do); \
651
+ ROL64in256(Bki, A##ko, 25); \
652
+ E##ka = XOR256(Bka, ANDnu256(Bke, Bki)); \
653
+ XOReq256(A##mu, Du); \
654
+ ROL64in256_8(Bko, A##mu); \
655
+ E##ke = XOR256(Bke, ANDnu256(Bki, Bko)); \
656
+ XOReq256(A##sa, Da); \
657
+ ROL64in256(Bku, A##sa, 18); \
658
+ E##ki = XOR256(Bki, ANDnu256(Bko, Bku)); \
659
+ E##ko = XOR256(Bko, ANDnu256(Bku, Bka)); \
660
+ E##ku = XOR256(Bku, ANDnu256(Bka, Bke)); \
661
+ \
662
+ XOReq256(A##bu, Du); \
663
+ ROL64in256(Bma, A##bu, 27); \
664
+ XOReq256(A##ga, Da); \
665
+ ROL64in256(Bme, A##ga, 36); \
666
+ XOReq256(A##ke, De); \
667
+ ROL64in256(Bmi, A##ke, 10); \
668
+ E##ma = XOR256(Bma, ANDnu256(Bme, Bmi)); \
669
+ XOReq256(A##mi, Di); \
670
+ ROL64in256(Bmo, A##mi, 15); \
671
+ E##me = XOR256(Bme, ANDnu256(Bmi, Bmo)); \
672
+ XOReq256(A##so, Do); \
673
+ ROL64in256_56(Bmu, A##so); \
674
+ E##mi = XOR256(Bmi, ANDnu256(Bmo, Bmu)); \
675
+ E##mo = XOR256(Bmo, ANDnu256(Bmu, Bma)); \
676
+ E##mu = XOR256(Bmu, ANDnu256(Bma, Bme)); \
677
+ \
678
+ XOReq256(A##bi, Di); \
679
+ ROL64in256(Bsa, A##bi, 62); \
680
+ XOReq256(A##go, Do); \
681
+ ROL64in256(Bse, A##go, 55); \
682
+ XOReq256(A##ku, Du); \
683
+ ROL64in256(Bsi, A##ku, 39); \
684
+ E##sa = XOR256(Bsa, ANDnu256(Bse, Bsi)); \
685
+ XOReq256(A##ma, Da); \
686
+ ROL64in256(Bso, A##ma, 41); \
687
+ E##se = XOR256(Bse, ANDnu256(Bsi, Bso)); \
688
+ XOReq256(A##se, De); \
689
+ ROL64in256(Bsu, A##se, 2); \
690
+ E##si = XOR256(Bsi, ANDnu256(Bso, Bsu)); \
691
+ E##so = XOR256(Bso, ANDnu256(Bsu, Bsa)); \
692
+ E##su = XOR256(Bsu, ANDnu256(Bsa, Bse)); \
693
+ \
694
+
695
+ static ALIGN(KeccakP1600times4_statesAlignment) const uint64_t KeccakF1600RoundConstants[24] = {
696
+ 0x0000000000000001ULL,
697
+ 0x0000000000008082ULL,
698
+ 0x800000000000808aULL,
699
+ 0x8000000080008000ULL,
700
+ 0x000000000000808bULL,
701
+ 0x0000000080000001ULL,
702
+ 0x8000000080008081ULL,
703
+ 0x8000000000008009ULL,
704
+ 0x000000000000008aULL,
705
+ 0x0000000000000088ULL,
706
+ 0x0000000080008009ULL,
707
+ 0x000000008000000aULL,
708
+ 0x000000008000808bULL,
709
+ 0x800000000000008bULL,
710
+ 0x8000000000008089ULL,
711
+ 0x8000000000008003ULL,
712
+ 0x8000000000008002ULL,
713
+ 0x8000000000000080ULL,
714
+ 0x000000000000800aULL,
715
+ 0x800000008000000aULL,
716
+ 0x8000000080008081ULL,
717
+ 0x8000000000008080ULL,
718
+ 0x0000000080000001ULL,
719
+ 0x8000000080008008ULL};
720
+
721
+ #define copyFromState(X, state) \
722
+ X##ba = LOAD256(state[ 0]); \
723
+ X##be = LOAD256(state[ 1]); \
724
+ X##bi = LOAD256(state[ 2]); \
725
+ X##bo = LOAD256(state[ 3]); \
726
+ X##bu = LOAD256(state[ 4]); \
727
+ X##ga = LOAD256(state[ 5]); \
728
+ X##ge = LOAD256(state[ 6]); \
729
+ X##gi = LOAD256(state[ 7]); \
730
+ X##go = LOAD256(state[ 8]); \
731
+ X##gu = LOAD256(state[ 9]); \
732
+ X##ka = LOAD256(state[10]); \
733
+ X##ke = LOAD256(state[11]); \
734
+ X##ki = LOAD256(state[12]); \
735
+ X##ko = LOAD256(state[13]); \
736
+ X##ku = LOAD256(state[14]); \
737
+ X##ma = LOAD256(state[15]); \
738
+ X##me = LOAD256(state[16]); \
739
+ X##mi = LOAD256(state[17]); \
740
+ X##mo = LOAD256(state[18]); \
741
+ X##mu = LOAD256(state[19]); \
742
+ X##sa = LOAD256(state[20]); \
743
+ X##se = LOAD256(state[21]); \
744
+ X##si = LOAD256(state[22]); \
745
+ X##so = LOAD256(state[23]); \
746
+ X##su = LOAD256(state[24]); \
747
+
748
+ #define copyToState(state, X) \
749
+ STORE256(state[ 0], X##ba); \
750
+ STORE256(state[ 1], X##be); \
751
+ STORE256(state[ 2], X##bi); \
752
+ STORE256(state[ 3], X##bo); \
753
+ STORE256(state[ 4], X##bu); \
754
+ STORE256(state[ 5], X##ga); \
755
+ STORE256(state[ 6], X##ge); \
756
+ STORE256(state[ 7], X##gi); \
757
+ STORE256(state[ 8], X##go); \
758
+ STORE256(state[ 9], X##gu); \
759
+ STORE256(state[10], X##ka); \
760
+ STORE256(state[11], X##ke); \
761
+ STORE256(state[12], X##ki); \
762
+ STORE256(state[13], X##ko); \
763
+ STORE256(state[14], X##ku); \
764
+ STORE256(state[15], X##ma); \
765
+ STORE256(state[16], X##me); \
766
+ STORE256(state[17], X##mi); \
767
+ STORE256(state[18], X##mo); \
768
+ STORE256(state[19], X##mu); \
769
+ STORE256(state[20], X##sa); \
770
+ STORE256(state[21], X##se); \
771
+ STORE256(state[22], X##si); \
772
+ STORE256(state[23], X##so); \
773
+ STORE256(state[24], X##su); \
774
+
775
+ #define copyStateVariables(X, Y) \
776
+ X##ba = Y##ba; \
777
+ X##be = Y##be; \
778
+ X##bi = Y##bi; \
779
+ X##bo = Y##bo; \
780
+ X##bu = Y##bu; \
781
+ X##ga = Y##ga; \
782
+ X##ge = Y##ge; \
783
+ X##gi = Y##gi; \
784
+ X##go = Y##go; \
785
+ X##gu = Y##gu; \
786
+ X##ka = Y##ka; \
787
+ X##ke = Y##ke; \
788
+ X##ki = Y##ki; \
789
+ X##ko = Y##ko; \
790
+ X##ku = Y##ku; \
791
+ X##ma = Y##ma; \
792
+ X##me = Y##me; \
793
+ X##mi = Y##mi; \
794
+ X##mo = Y##mo; \
795
+ X##mu = Y##mu; \
796
+ X##sa = Y##sa; \
797
+ X##se = Y##se; \
798
+ X##si = Y##si; \
799
+ X##so = Y##so; \
800
+ X##su = Y##su; \
801
+
802
+ #ifdef KeccakP1600times4_fullUnrolling
803
+ #define FullUnrolling
804
+ #else
805
+ #define Unrolling KeccakP1600times4_unrolling
806
+ #endif
807
+ #include "KeccakP-1600-unrolling.macros"
808
+
809
+ void KeccakP1600times4_PermuteAll_24rounds(void *states)
810
+ {
811
+ V256 *statesAsLanes = (V256 *)states;
812
+ declareABCDE
813
+ #ifndef KeccakP1600times4_fullUnrolling
814
+ unsigned int i;
815
+ #endif
816
+
817
+ copyFromState(A, statesAsLanes)
818
+ rounds24
819
+ copyToState(statesAsLanes, A)
820
+ }
821
+
822
+ void KeccakP1600times4_PermuteAll_12rounds(void *states)
823
+ {
824
+ V256 *statesAsLanes = (V256 *)states;
825
+ declareABCDE
826
+ #ifndef KeccakP1600times4_fullUnrolling
827
+ unsigned int i;
828
+ #endif
829
+
830
+ copyFromState(A, statesAsLanes)
831
+ rounds12
832
+ copyToState(statesAsLanes, A)
833
+ }
834
+
835
+ void KeccakP1600times4_PermuteAll_6rounds(void *states)
836
+ {
837
+ V256 *statesAsLanes = (V256 *)states;
838
+ declareABCDE
839
+ #ifndef KeccakP1600times4_fullUnrolling
840
+ unsigned int i;
841
+ #endif
842
+
843
+ copyFromState(A, statesAsLanes)
844
+ rounds6
845
+ copyToState(statesAsLanes, A)
846
+ }
847
+
848
+ void KeccakP1600times4_PermuteAll_4rounds(void *states)
849
+ {
850
+ V256 *statesAsLanes = (V256 *)states;
851
+ declareABCDE
852
+ #ifndef KeccakP1600times4_fullUnrolling
853
+ unsigned int i;
854
+ #endif
855
+
856
+ copyFromState(A, statesAsLanes)
857
+ rounds4
858
+ copyToState(statesAsLanes, A)
859
+ }
860
+
861
+ size_t KeccakF1600times4_FastLoop_Absorb(void *states, unsigned int laneCount, unsigned int laneOffsetParallel, unsigned int laneOffsetSerial, const unsigned char *data, size_t dataByteLen)
862
+ {
863
+ if (laneCount == 21) {
864
+ #if 0
865
+ const unsigned char *dataStart = data;
866
+ const uint64_t *curData0 = (const uint64_t *)data;
867
+ const uint64_t *curData1 = (const uint64_t *)(data+laneOffsetParallel*1*SnP_laneLengthInBytes);
868
+ const uint64_t *curData2 = (const uint64_t *)(data+laneOffsetParallel*2*SnP_laneLengthInBytes);
869
+ const uint64_t *curData3 = (const uint64_t *)(data+laneOffsetParallel*3*SnP_laneLengthInBytes);
870
+
871
+ while(dataByteLen >= (laneOffsetParallel*3 + laneCount)*8) {
872
+ V256 *stateAsLanes = (V256 *)states;
873
+ V256 lanes0, lanes1, lanes2, lanes3, lanesL01, lanesL23, lanesH01, lanesH23;
874
+ #define Xor_In( argIndex ) \
875
+ XOReq256(stateAsLanes[argIndex], LOAD4_64(curData3[argIndex], curData2[argIndex], curData1[argIndex], curData0[argIndex]))
876
+ #define Xor_In4( argIndex ) \
877
+ lanes0 = LOAD256u( curData0[argIndex]),\
878
+ lanes1 = LOAD256u( curData1[argIndex]),\
879
+ lanes2 = LOAD256u( curData2[argIndex]),\
880
+ lanes3 = LOAD256u( curData3[argIndex]),\
881
+ INTLEAVE(),\
882
+ XOReq256( stateAsLanes[argIndex+0], lanes0 ),\
883
+ XOReq256( stateAsLanes[argIndex+1], lanes1 ),\
884
+ XOReq256( stateAsLanes[argIndex+2], lanes2 ),\
885
+ XOReq256( stateAsLanes[argIndex+3], lanes3 )
886
+ Xor_In4( 0 );
887
+ Xor_In4( 4 );
888
+ Xor_In4( 8 );
889
+ Xor_In4( 12 );
890
+ Xor_In4( 16 );
891
+ Xor_In( 20 );
892
+ #undef Xor_In
893
+ #undef Xor_In4
894
+ KeccakP1600times4_PermuteAll_24rounds(states);
895
+ curData0 += laneOffsetSerial;
896
+ curData1 += laneOffsetSerial;
897
+ curData2 += laneOffsetSerial;
898
+ curData3 += laneOffsetSerial;
899
+ dataByteLen -= laneOffsetSerial*8;
900
+ }
901
+ return (const unsigned char *)curData0 - dataStart;
902
+ #else
903
+ unsigned int i;
904
+ const unsigned char *dataStart = data;
905
+ const uint64_t *curData0 = (const uint64_t *)data;
906
+ const uint64_t *curData1 = (const uint64_t *)(data+laneOffsetParallel*1*SnP_laneLengthInBytes);
907
+ const uint64_t *curData2 = (const uint64_t *)(data+laneOffsetParallel*2*SnP_laneLengthInBytes);
908
+ const uint64_t *curData3 = (const uint64_t *)(data+laneOffsetParallel*3*SnP_laneLengthInBytes);
909
+ V256 *statesAsLanes = (V256 *)states;
910
+ declareABCDE
911
+
912
+ copyFromState(A, statesAsLanes)
913
+ while(dataByteLen >= (laneOffsetParallel*3 + laneCount)*8) {
914
+ #define XOR_In( Xxx, argIndex ) \
915
+ XOReq256(Xxx, LOAD4_64(curData3[argIndex], curData2[argIndex], curData1[argIndex], curData0[argIndex]))
916
+ XOR_In( Aba, 0 );
917
+ XOR_In( Abe, 1 );
918
+ XOR_In( Abi, 2 );
919
+ XOR_In( Abo, 3 );
920
+ XOR_In( Abu, 4 );
921
+ XOR_In( Aga, 5 );
922
+ XOR_In( Age, 6 );
923
+ XOR_In( Agi, 7 );
924
+ XOR_In( Ago, 8 );
925
+ XOR_In( Agu, 9 );
926
+ XOR_In( Aka, 10 );
927
+ XOR_In( Ake, 11 );
928
+ XOR_In( Aki, 12 );
929
+ XOR_In( Ako, 13 );
930
+ XOR_In( Aku, 14 );
931
+ XOR_In( Ama, 15 );
932
+ XOR_In( Ame, 16 );
933
+ XOR_In( Ami, 17 );
934
+ XOR_In( Amo, 18 );
935
+ XOR_In( Amu, 19 );
936
+ XOR_In( Asa, 20 );
937
+ #undef XOR_In
938
+ rounds24
939
+ curData0 += laneOffsetSerial;
940
+ curData1 += laneOffsetSerial;
941
+ curData2 += laneOffsetSerial;
942
+ curData3 += laneOffsetSerial;
943
+ dataByteLen -= laneOffsetSerial*8;
944
+ }
945
+ copyToState(statesAsLanes, A)
946
+ return (const unsigned char *)curData0 - dataStart;
947
+ #endif
948
+ }
949
+ else {
950
+ unsigned int i;
951
+ const unsigned char *dataStart = data;
952
+
953
+ while(dataByteLen >= (laneOffsetParallel*3 + laneCount)*8) {
954
+ KeccakP1600times4_AddLanesAll(states, data, laneCount, laneOffsetParallel);
955
+ KeccakP1600times4_PermuteAll_24rounds(states);
956
+ data += laneOffsetSerial*8;
957
+ dataByteLen -= laneOffsetSerial*8;
958
+ }
959
+ return data - dataStart;
960
+ }
961
+ }
962
+
963
+ size_t KeccakP1600times4_12rounds_FastLoop_Absorb(void *states, unsigned int laneCount, unsigned int laneOffsetParallel, unsigned int laneOffsetSerial, const unsigned char *data, size_t dataByteLen)
964
+ {
965
+ if (laneCount == 21) {
966
+ #if 0
967
+ const unsigned char *dataStart = data;
968
+ const uint64_t *curData0 = (const uint64_t *)data;
969
+ const uint64_t *curData1 = (const uint64_t *)(data+laneOffsetParallel*1*SnP_laneLengthInBytes);
970
+ const uint64_t *curData2 = (const uint64_t *)(data+laneOffsetParallel*2*SnP_laneLengthInBytes);
971
+ const uint64_t *curData3 = (const uint64_t *)(data+laneOffsetParallel*3*SnP_laneLengthInBytes);
972
+
973
+ while(dataByteLen >= (laneOffsetParallel*3 + laneCount)*8) {
974
+ V256 *stateAsLanes = states;
975
+ V256 lanes0, lanes1, lanes2, lanes3, lanesL01, lanesL23, lanesH01, lanesH23;
976
+ #define Xor_In( argIndex ) \
977
+ XOReq256(stateAsLanes[argIndex], LOAD4_64(curData3[argIndex], curData2[argIndex], curData1[argIndex], curData0[argIndex]))
978
+ #define Xor_In4( argIndex ) \
979
+ lanes0 = LOAD256u( curData0[argIndex]),\
980
+ lanes1 = LOAD256u( curData1[argIndex]),\
981
+ lanes2 = LOAD256u( curData2[argIndex]),\
982
+ lanes3 = LOAD256u( curData3[argIndex]),\
983
+ INTLEAVE(),\
984
+ XOReq256( stateAsLanes[argIndex+0], lanes0 ),\
985
+ XOReq256( stateAsLanes[argIndex+1], lanes1 ),\
986
+ XOReq256( stateAsLanes[argIndex+2], lanes2 ),\
987
+ XOReq256( stateAsLanes[argIndex+3], lanes3 )
988
+ Xor_In4( 0 );
989
+ Xor_In4( 4 );
990
+ Xor_In4( 8 );
991
+ Xor_In4( 12 );
992
+ Xor_In4( 16 );
993
+ Xor_In( 20 );
994
+ #undef Xor_In
995
+ #undef Xor_In4
996
+ KeccakP1600times4_PermuteAll_12rounds(states);
997
+ curData0 += laneOffsetSerial;
998
+ curData1 += laneOffsetSerial;
999
+ curData2 += laneOffsetSerial;
1000
+ curData3 += laneOffsetSerial;
1001
+ dataByteLen -= laneOffsetSerial*8;
1002
+ }
1003
+ return (const unsigned char *)curData0 - dataStart;
1004
+ #else
1005
+ unsigned int i;
1006
+ const unsigned char *dataStart = data;
1007
+ const uint64_t *curData0 = (const uint64_t *)data;
1008
+ const uint64_t *curData1 = (const uint64_t *)(data+laneOffsetParallel*1*SnP_laneLengthInBytes);
1009
+ const uint64_t *curData2 = (const uint64_t *)(data+laneOffsetParallel*2*SnP_laneLengthInBytes);
1010
+ const uint64_t *curData3 = (const uint64_t *)(data+laneOffsetParallel*3*SnP_laneLengthInBytes);
1011
+ V256 *statesAsLanes = states;
1012
+ declareABCDE
1013
+
1014
+ copyFromState(A, statesAsLanes)
1015
+ while(dataByteLen >= (laneOffsetParallel*3 + laneCount)*8) {
1016
+ #define XOR_In( Xxx, argIndex ) \
1017
+ XOReq256(Xxx, LOAD4_64(curData3[argIndex], curData2[argIndex], curData1[argIndex], curData0[argIndex]))
1018
+ XOR_In( Aba, 0 );
1019
+ XOR_In( Abe, 1 );
1020
+ XOR_In( Abi, 2 );
1021
+ XOR_In( Abo, 3 );
1022
+ XOR_In( Abu, 4 );
1023
+ XOR_In( Aga, 5 );
1024
+ XOR_In( Age, 6 );
1025
+ XOR_In( Agi, 7 );
1026
+ XOR_In( Ago, 8 );
1027
+ XOR_In( Agu, 9 );
1028
+ XOR_In( Aka, 10 );
1029
+ XOR_In( Ake, 11 );
1030
+ XOR_In( Aki, 12 );
1031
+ XOR_In( Ako, 13 );
1032
+ XOR_In( Aku, 14 );
1033
+ XOR_In( Ama, 15 );
1034
+ XOR_In( Ame, 16 );
1035
+ XOR_In( Ami, 17 );
1036
+ XOR_In( Amo, 18 );
1037
+ XOR_In( Amu, 19 );
1038
+ XOR_In( Asa, 20 );
1039
+ #undef XOR_In
1040
+ rounds12
1041
+ curData0 += laneOffsetSerial;
1042
+ curData1 += laneOffsetSerial;
1043
+ curData2 += laneOffsetSerial;
1044
+ curData3 += laneOffsetSerial;
1045
+ dataByteLen -= laneOffsetSerial*8;
1046
+ }
1047
+ copyToState(statesAsLanes, A)
1048
+ return (const unsigned char *)curData0 - dataStart;
1049
+ #endif
1050
+ }
1051
+ else {
1052
+ unsigned int i;
1053
+ const unsigned char *dataStart = data;
1054
+
1055
+ while(dataByteLen >= (laneOffsetParallel*3 + laneCount)*8) {
1056
+ KeccakP1600times4_AddLanesAll(states, data, laneCount, laneOffsetParallel);
1057
+ KeccakP1600times4_PermuteAll_12rounds(states);
1058
+ data += laneOffsetSerial*8;
1059
+ dataByteLen -= laneOffsetSerial*8;
1060
+ }
1061
+ return data - dataStart;
1062
+ }
1063
+ }
1064
+
1065
+ /* ------------------------------------------------------------------------- */
1066
+
1067
+ #define UNINTLEAVEa(lanes0, lanes1, lanes2, lanes3) \
1068
+ lanesL01 = UNPACKL( lanes0, lanes1 ), \
1069
+ lanesH01 = UNPACKH( lanes0, lanes1 ), \
1070
+ lanesL23 = UNPACKL( lanes2, lanes3 ), \
1071
+ lanesH23 = UNPACKH( lanes2, lanes3 ), \
1072
+ lanes0 = PERM128( lanesL01, lanesL23, 0x20 ), \
1073
+ lanes2 = PERM128( lanesL01, lanesL23, 0x31 ), \
1074
+ lanes1 = PERM128( lanesH01, lanesH23, 0x20 ), \
1075
+ lanes3 = PERM128( lanesH01, lanesH23, 0x31 )
1076
+
1077
+ #define INTLEAVEa(lanes0, lanes1, lanes2, lanes3) \
1078
+ lanesL01 = PERM128( lanes0, lanes2, 0x20 ), \
1079
+ lanesH01 = PERM128( lanes1, lanes3, 0x20 ), \
1080
+ lanesL23 = PERM128( lanes0, lanes2, 0x31 ), \
1081
+ lanesH23 = PERM128( lanes1, lanes3, 0x31 ), \
1082
+ lanes0 = SHUFFLE64( lanesL01, lanesH01, 0x00 ), \
1083
+ lanes1 = SHUFFLE64( lanesL01, lanesH01, 0x0F ), \
1084
+ lanes2 = SHUFFLE64( lanesL23, lanesH23, 0x00 ), \
1085
+ lanes3 = SHUFFLE64( lanesL23, lanesH23, 0x0F )
1086
+
1087
+
1088
+ #define LoadXOReq256( lanes, inp, argIndex) XOReq256( lanes, LOAD4_64(inp[3*25+argIndex], inp[2*25+argIndex], inp[1*25+argIndex], inp[0*25+argIndex]) )
1089
+
1090
+ /* ------------------------------------------------------------------------- */
1091
+
1092
+ #if defined(UseGatherScatter)
1093
+
1094
+ #define AddOverWr4( lanes0, lanes1, lanes2, lanes3, key, inp, argIndex ) \
1095
+ lanes0 = _mm256_i32gather_epi64((const long long int *)&inp[argIndex+0], gather, 1), \
1096
+ lanes1 = _mm256_i32gather_epi64((const long long int *)&inp[argIndex+1], gather, 1), \
1097
+ lanes2 = _mm256_i32gather_epi64((const long long int *)&inp[argIndex+2], gather, 1), \
1098
+ lanes3 = _mm256_i32gather_epi64((const long long int *)&inp[argIndex+3], gather, 1), \
1099
+ XOReq256( lanes0, CONST256_64( key[argIndex+0])), \
1100
+ XOReq256( lanes1, CONST256_64( key[argIndex+1])), \
1101
+ XOReq256( lanes2, CONST256_64( key[argIndex+2])), \
1102
+ XOReq256( lanes3, CONST256_64( key[argIndex+3]))
1103
+
1104
+ #else
1105
+
1106
+ #define AddOverWr4( lanes0, lanes1, lanes2, lanes3, key, inp, argIndex ) \
1107
+ lanes0 = LOAD256u( inp[argIndex+0*25]), \
1108
+ lanes1 = LOAD256u( inp[argIndex+1*25]), \
1109
+ lanes2 = LOAD256u( inp[argIndex+2*25]), \
1110
+ lanes3 = LOAD256u( inp[argIndex+3*25]), \
1111
+ INTLEAVEa(lanes0, lanes1, lanes2, lanes3), \
1112
+ XOReq256( lanes0, CONST256_64( key[argIndex+0])), \
1113
+ XOReq256( lanes1, CONST256_64( key[argIndex+1])), \
1114
+ XOReq256( lanes2, CONST256_64( key[argIndex+2])), \
1115
+ XOReq256( lanes3, CONST256_64( key[argIndex+3]))
1116
+
1117
+ #endif
1118
+
1119
+ #if defined(__i386__) || defined(_M_IX86)
1120
+ #define _mm256_extract_epi64(a, index) \
1121
+ ((uint64_t)_mm256_extract_epi32((a), (index)*2) || ((uint64_t)_mm256_extract_epi32((a), (index)*2+1) << 32))
1122
+ #endif
1123
+
1124
+ #define ExtrAccu( lanes, p, argIndex ) p[argIndex] ^= _mm256_extract_epi64(lanes, 0) ^ _mm256_extract_epi64(lanes, 1) \
1125
+ ^ _mm256_extract_epi64(lanes, 2) ^ _mm256_extract_epi64(lanes, 3)
1126
+
1127
+ #define ExtrAccu4( lanes0, lanes1, lanes2, lanes3, p, argIndex ) \
1128
+ UNINTLEAVEa(lanes0, lanes1, lanes2, lanes3), \
1129
+ XOReq256( lanes0, lanes1 ), \
1130
+ XOReq256( lanes2, lanes3 ), \
1131
+ lanes1 = LOAD256u( p[argIndex]), \
1132
+ XOReq256( lanes0, lanes2 ), \
1133
+ XOReq256( lanes0, lanes1 ), \
1134
+ STORE256u( p[argIndex], lanes0 )
1135
+
1136
+ #define Kravatte_Rollc() \
1137
+ Asa = x0x1x2x3, \
1138
+ Ase = x1x2x3x4, \
1139
+ ROL64in256(x1x2x3x4, x0x1x2x3, 7), \
1140
+ XOReq256(x1x2x3x4, Ase), \
1141
+ XOReq256(x1x2x3x4, _mm256_srli_epi64(Ase, 3)), \
1142
+ Asi = _mm256_blend_epi32(_mm256_permute4x64_epi64(Ase, 0x39), _mm256_permute4x64_epi64(x1x2x3x4, 0x39), 0xC0), \
1143
+ Aso = PERM128(Ase, x1x2x3x4, 0x21), \
1144
+ Asu = _mm256_blend_epi32(_mm256_permute4x64_epi64(Ase, 0xFF), _mm256_permute4x64_epi64(x1x2x3x4, 0x90), 0xFC), \
1145
+ x0x1x2x3 = Asu
1146
+
1147
+ size_t KeccakP1600times4_KravatteCompress(uint64_t *xAccu, uint64_t *kRoll, const unsigned char *input, size_t inputByteLen)
1148
+ {
1149
+ uint64_t *in64 = (uint64_t *)input;
1150
+ size_t nBlocks = inputByteLen / (4 * 200);
1151
+ declareABCDE
1152
+ #if !defined(KeccakP1600times4_fullUnrolling)
1153
+ unsigned int i;
1154
+ #endif
1155
+ V256 lanesL01, lanesL23, lanesH01, lanesH23;
1156
+ V256 x0x1x2x3, x1x2x3x4;
1157
+ #if defined(UseGatherScatter)
1158
+ V128 gather = _mm_setr_epi32(0*25*8, 1*25*8, 2*25*8, 3*25*8);
1159
+ #endif
1160
+
1161
+ x0x1x2x3 = LOAD256u(kRoll[20]);
1162
+ x1x2x3x4 = LOAD256u(kRoll[21]);
1163
+ do {
1164
+ AddOverWr4( Aba, Abe, Abi, Abo, kRoll, in64, 0 );
1165
+ AddOverWr4( Abu, Aga, Age, Agi, kRoll, in64, 4 );
1166
+ AddOverWr4( Ago, Agu, Aka, Ake, kRoll, in64, 8 );
1167
+ AddOverWr4( Aki, Ako, Aku, Ama, kRoll, in64, 12 );
1168
+ AddOverWr4( Ame, Ami, Amo, Amu, kRoll, in64, 16 );
1169
+ Kravatte_Rollc();
1170
+ LoadXOReq256(Asa, in64, 20);
1171
+ LoadXOReq256(Ase, in64, 21);
1172
+ LoadXOReq256(Asi, in64, 22);
1173
+ LoadXOReq256(Aso, in64, 23);
1174
+ LoadXOReq256(Asu, in64, 24);
1175
+ rounds6
1176
+ ExtrAccu4(Aba, Abe, Abi, Abo, xAccu, 0 );
1177
+ ExtrAccu4(Abu, Aga, Age, Agi, xAccu, 4 );
1178
+ ExtrAccu4(Ago, Agu, Aka, Ake, xAccu, 8 );
1179
+ ExtrAccu4(Aki, Ako, Aku, Ama, xAccu, 12 );
1180
+ ExtrAccu4(Ame, Ami, Amo, Amu, xAccu, 16 );
1181
+ ExtrAccu4(Asa, Ase, Asi, Aso, xAccu, 20 );
1182
+ ExtrAccu( Asu, xAccu, 24 );
1183
+ in64 += 4 * 25;
1184
+ }
1185
+ while(--nBlocks != 0);
1186
+ STORE256u(kRoll[20], x0x1x2x3);
1187
+ kRoll[24] = _mm256_extract_epi64(x1x2x3x4, 3);
1188
+
1189
+ return (size_t)in64 - (size_t)input;
1190
+ }
1191
+
1192
+ #undef LoadXOReq256
1193
+ #undef AddOverWr4
1194
+ #undef ExtrAccu
1195
+ #undef ExtrAccu4
1196
+
1197
+ /* ------------------------------------------------------------------------- */
1198
+
1199
+ #define ExtrAddKey( lanes, p, argIndex ) \
1200
+ XOReq256(lanes, CONST256_64(kRoll[argIndex])), \
1201
+ p[argIndex+0*25] = _mm256_extract_epi64(lanes, 0), \
1202
+ p[argIndex+1*25] = _mm256_extract_epi64(lanes, 1), \
1203
+ p[argIndex+2*25] = _mm256_extract_epi64(lanes, 2), \
1204
+ p[argIndex+3*25] = _mm256_extract_epi64(lanes, 3)
1205
+
1206
+ #if 0//defined(UseGatherScatter)
1207
+
1208
+ #define ExtrAddKey4( lanes0, lanes1, lanes2, lanes3, p, argIndex ) \
1209
+ XOReq256(lanes0, CONST256_64(kRoll[argIndex+0])), \
1210
+ XOReq256(lanes1, CONST256_64(kRoll[argIndex+1])), \
1211
+ XOReq256(lanes2, CONST256_64(kRoll[argIndex+2])), \
1212
+ XOReq256(lanes3, CONST256_64(kRoll[argIndex+3])), \
1213
+ _mm256_i32scatter_epi64((long long int *)&p[argIndex+0], scatter, lanes0, 1), \
1214
+ _mm256_i32scatter_epi64((long long int *)&p[argIndex+1], scatter, lanes1, 1), \
1215
+ _mm256_i32scatter_epi64((long long int *)&p[argIndex+2], scatter, lanes2, 1), \
1216
+ _mm256_i32scatter_epi64((long long int *)&p[argIndex+3], scatter, lanes3, 1)
1217
+
1218
+ #else
1219
+
1220
+ #define ExtrAddKey4( lanes0, lanes1, lanes2, lanes3, p, argIndex ) \
1221
+ XOReq256(lanes0, CONST256_64(kRoll[argIndex+0])), \
1222
+ XOReq256(lanes1, CONST256_64(kRoll[argIndex+1])), \
1223
+ XOReq256(lanes2, CONST256_64(kRoll[argIndex+2])), \
1224
+ XOReq256(lanes3, CONST256_64(kRoll[argIndex+3])), \
1225
+ UNINTLEAVEa(lanes0, lanes1, lanes2, lanes3), \
1226
+ STORE256u( p[argIndex+0*25], lanes0 ), \
1227
+ STORE256u( p[argIndex+1*25], lanes1 ), \
1228
+ STORE256u( p[argIndex+2*25], lanes2 ), \
1229
+ STORE256u( p[argIndex+3*25], lanes3 )
1230
+
1231
+ #endif
1232
+
1233
+ size_t KeccakP1600times4_KravatteExpand(uint64_t *yAccu, const uint64_t *kRoll, unsigned char *output, size_t outputByteLen)
1234
+ {
1235
+ uint64_t *out64 = (uint64_t *)output;
1236
+ size_t nBlocks = outputByteLen / (4 * 200);
1237
+ declareABCDE
1238
+ #if !defined(KeccakP1600times4_fullUnrolling)
1239
+ unsigned int i;
1240
+ #endif
1241
+ V256 lanesL01, lanesL23, lanesH01, lanesH23;
1242
+ #if defined(UseGatherScatter)
1243
+ V128 scatter = _mm_setr_epi32(0*25*8, 1*25*8, 2*25*8, 3*25*8);
1244
+ #endif
1245
+
1246
+ do {
1247
+ Aba = CONST256_64(yAccu[0]);
1248
+ Abe = CONST256_64(yAccu[1]);
1249
+ Abi = CONST256_64(yAccu[2]);
1250
+ Abo = CONST256_64(yAccu[3]);
1251
+ Abu = CONST256_64(yAccu[4]);
1252
+
1253
+ Aga = CONST256_64(yAccu[5]);
1254
+ Age = CONST256_64(yAccu[6]);
1255
+ Agi = CONST256_64(yAccu[7]);
1256
+ Ago = CONST256_64(yAccu[8]);
1257
+ Agu = CONST256_64(yAccu[9]);
1258
+
1259
+ Aka = CONST256_64(yAccu[10]);
1260
+ Ake = CONST256_64(yAccu[11]);
1261
+ Aki = CONST256_64(yAccu[12]);
1262
+ Ako = CONST256_64(yAccu[13]);
1263
+ Aku = CONST256_64(yAccu[14]);
1264
+
1265
+ Ama = LOAD256u(yAccu[15]);
1266
+ Ame = LOAD256u(yAccu[16]);
1267
+ Ami = LOAD256u(yAccu[17]);
1268
+ Amo = LOAD256u(yAccu[18]);
1269
+ Amu = LOAD256u(yAccu[19]);
1270
+
1271
+ ROL64in256(lanesL01, Ama, 7);
1272
+ ROL64in256(lanesH01, Ame, 18);
1273
+ lanesL01 = XOR256(lanesL01, lanesH01);
1274
+ lanesH01 = _mm256_and_si256(Ami, _mm256_srli_epi64(Ame, 1));
1275
+ lanesL01 = XOR256(lanesL01, lanesH01);
1276
+
1277
+ Asa = LOAD256u(yAccu[20]);
1278
+ Ase = LOAD256u(yAccu[21]);
1279
+ #if defined(__i386__) || defined(_M_IX86)
1280
+ Asi = _mm256_permute4x64_epi64(Ase, 0x39);
1281
+ Asi = _mm256_insert_epi32(Asi, _mm256_extract_epi32(lanesL01, 0), 6);
1282
+ Asi = _mm256_insert_epi32(Asi, _mm256_extract_epi32(lanesL01, 1), 7);
1283
+ #else
1284
+ Asi = _mm256_insert_epi64(_mm256_permute4x64_epi64(Ase, 0x39), _mm256_extract_epi64(lanesL01, 0), 3);
1285
+ #endif
1286
+ Aso = _mm256_permute2x128_si256(Ase, lanesL01, 0x21);
1287
+ #if defined(__i386__) || defined(_M_IX86)
1288
+ Asu = _mm256_permute4x64_epi64(lanesL01, 0x93);
1289
+ Asu = _mm256_insert_epi32(Asu, _mm256_extract_epi32(Ase, 6), 0);
1290
+ Asu = _mm256_insert_epi32(Asu, _mm256_extract_epi32(Ase, 7), 1);
1291
+ #else
1292
+ Asu = _mm256_insert_epi64(_mm256_permute4x64_epi64(lanesL01, 0x93), _mm256_extract_epi64(Ase, 3), 0);
1293
+ #endif
1294
+
1295
+ STORE256u(yAccu[15], Amu);
1296
+ yAccu[19] = _mm256_extract_epi64(Aso, 0);
1297
+ yAccu[20] = _mm256_extract_epi64(Aso, 1);
1298
+ STORE256u(yAccu[21], lanesL01);
1299
+
1300
+ rounds6
1301
+ ExtrAddKey4(Aba, Abe, Abi, Abo, out64, 0 );
1302
+ ExtrAddKey4(Abu, Aga, Age, Agi, out64, 4 );
1303
+ ExtrAddKey4(Ago, Agu, Aka, Ake, out64, 8 );
1304
+ ExtrAddKey4(Aki, Ako, Aku, Ama, out64, 12 );
1305
+ ExtrAddKey4(Ame, Ami, Amo, Amu, out64, 16 );
1306
+ ExtrAddKey4(Asa, Ase, Asi, Aso, out64, 20 );
1307
+ ExtrAddKey( Asu, out64, 24 );
1308
+ out64 += 4 * 25;
1309
+ }
1310
+ while(--nBlocks != 0);
1311
+
1312
+ return (size_t)out64 - (size_t)output;
1313
+ }
1314
+
1315
+ #undef OverWr4
1316
+ #undef ExtrAddKey
1317
+ #undef ExtrAddKey4
1318
+
1319
+ #undef Kravatte_Roll
1320
+ #undef UNINTLEAVEa
1321
+ #undef INTLEAVEa