Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. #include <stdint.h>
  2. #include "params.h"
  3. #include "ntt.h"
  4. #include "poly.h"
  5. #include "reduce.h"
  6. /* Roots of unity in order needed by forward PQCLEAN_DILITHIUM3_CLEAN_ntt */
  7. static const uint32_t PQCLEAN_DILITHIUM3_CLEAN_zetas[N] = {
  8. 0, 25847, 5771523, 7861508, 237124, 7602457, 7504169, 466468, 1826347,
  9. 2353451, 8021166, 6288512, 3119733, 5495562, 3111497, 2680103, 2725464,
  10. 1024112, 7300517, 3585928, 7830929, 7260833, 2619752, 6271868, 6262231,
  11. 4520680, 6980856, 5102745, 1757237, 8360995, 4010497, 280005, 2706023,
  12. 95776, 3077325, 3530437, 6718724, 4788269, 5842901, 3915439, 4519302,
  13. 5336701, 3574422, 5512770, 3539968, 8079950, 2348700, 7841118, 6681150,
  14. 6736599, 3505694, 4558682, 3507263, 6239768, 6779997, 3699596, 811944,
  15. 531354, 954230, 3881043, 3900724, 5823537, 2071892, 5582638, 4450022,
  16. 6851714, 4702672, 5339162, 6927966, 3475950, 2176455, 6795196, 7122806,
  17. 1939314, 4296819, 7380215, 5190273, 5223087, 4747489, 126922, 3412210,
  18. 7396998, 2147896, 2715295, 5412772, 4686924, 7969390, 5903370, 7709315,
  19. 7151892, 8357436, 7072248, 7998430, 1349076, 1852771, 6949987, 5037034,
  20. 264944, 508951, 3097992, 44288, 7280319, 904516, 3958618, 4656075, 8371839,
  21. 1653064, 5130689, 2389356, 8169440, 759969, 7063561, 189548, 4827145,
  22. 3159746, 6529015, 5971092, 8202977, 1315589, 1341330, 1285669, 6795489,
  23. 7567685, 6940675, 5361315, 4499357, 4751448, 3839961, 2091667, 3407706,
  24. 2316500, 3817976, 5037939, 2244091, 5933984, 4817955, 266997, 2434439,
  25. 7144689, 3513181, 4860065, 4621053, 7183191, 5187039, 900702, 1859098,
  26. 909542, 819034, 495491, 6767243, 8337157, 7857917, 7725090, 5257975,
  27. 2031748, 3207046, 4823422, 7855319, 7611795, 4784579, 342297, 286988,
  28. 5942594, 4108315, 3437287, 5038140, 1735879, 203044, 2842341, 2691481,
  29. 5790267, 1265009, 4055324, 1247620, 2486353, 1595974, 4613401, 1250494,
  30. 2635921, 4832145, 5386378, 1869119, 1903435, 7329447, 7047359, 1237275,
  31. 5062207, 6950192, 7929317, 1312455, 3306115, 6417775, 7100756, 1917081,
  32. 5834105, 7005614, 1500165, 777191, 2235880, 3406031, 7838005, 5548557,
  33. 6709241, 6533464, 5796124, 4656147, 594136, 4603424, 6366809, 2432395,
  34. 2454455, 8215696, 1957272, 3369112, 185531, 7173032, 5196991, 162844,
  35. 1616392, 3014001, 810149, 1652634, 4686184, 6581310, 5341501, 3523897,
  36. 3866901, 269760, 2213111, 7404533, 1717735, 472078, 7953734, 1723600,
  37. 6577327, 1910376, 6712985, 7276084, 8119771, 4546524, 5441381, 6144432,
  38. 7959518, 6094090, 183443, 7403526, 1612842, 4834730, 7826001, 3919660,
  39. 8332111, 7018208, 3937738, 1400424, 7534263, 1976782
  40. };
  41. /* Roots of unity in order needed by inverse PQCLEAN_DILITHIUM3_CLEAN_ntt */
  42. static const uint32_t PQCLEAN_DILITHIUM3_CLEAN_zetas_inv[N] = {
  43. 6403635, 846154, 6979993, 4442679, 1362209, 48306, 4460757, 554416,
  44. 3545687, 6767575, 976891, 8196974, 2286327, 420899, 2235985, 2939036,
  45. 3833893, 260646, 1104333, 1667432, 6470041, 1803090, 6656817, 426683,
  46. 7908339, 6662682, 975884, 6167306, 8110657, 4513516, 4856520, 3038916,
  47. 1799107, 3694233, 6727783, 7570268, 5366416, 6764025, 8217573, 3183426,
  48. 1207385, 8194886, 5011305, 6423145, 164721, 5925962, 5948022, 2013608,
  49. 3776993, 7786281, 3724270, 2584293, 1846953, 1671176, 2831860, 542412,
  50. 4974386, 6144537, 7603226, 6880252, 1374803, 2546312, 6463336, 1279661,
  51. 1962642, 5074302, 7067962, 451100, 1430225, 3318210, 7143142, 1333058,
  52. 1050970, 6476982, 6511298, 2994039, 3548272, 5744496, 7129923, 3767016,
  53. 6784443, 5894064, 7132797, 4325093, 7115408, 2590150, 5688936, 5538076,
  54. 8177373, 6644538, 3342277, 4943130, 4272102, 2437823, 8093429, 8038120,
  55. 3595838, 768622, 525098, 3556995, 5173371, 6348669, 3122442, 655327,
  56. 522500, 43260, 1613174, 7884926, 7561383, 7470875, 6521319, 7479715,
  57. 3193378, 1197226, 3759364, 3520352, 4867236, 1235728, 5945978, 8113420,
  58. 3562462, 2446433, 6136326, 3342478, 4562441, 6063917, 4972711, 6288750,
  59. 4540456, 3628969, 3881060, 3019102, 1439742, 812732, 1584928, 7094748,
  60. 7039087, 7064828, 177440, 2409325, 1851402, 5220671, 3553272, 8190869,
  61. 1316856, 7620448, 210977, 5991061, 3249728, 6727353, 8578, 3724342,
  62. 4421799, 7475901, 1100098, 8336129, 5282425, 7871466, 8115473, 3343383,
  63. 1430430, 6527646, 7031341, 381987, 1308169, 22981, 1228525, 671102,
  64. 2477047, 411027, 3693493, 2967645, 5665122, 6232521, 983419, 4968207,
  65. 8253495, 3632928, 3157330, 3190144, 1000202, 4083598, 6441103, 1257611,
  66. 1585221, 6203962, 4904467, 1452451, 3041255, 3677745, 1528703, 3930395,
  67. 2797779, 6308525, 2556880, 4479693, 4499374, 7426187, 7849063, 7568473,
  68. 4680821, 1600420, 2140649, 4873154, 3821735, 4874723, 1643818, 1699267,
  69. 539299, 6031717, 300467, 4840449, 2867647, 4805995, 3043716, 3861115,
  70. 4464978, 2537516, 3592148, 1661693, 4849980, 5303092, 8284641, 5674394,
  71. 8100412, 4369920, 19422, 6623180, 3277672, 1399561, 3859737, 2118186,
  72. 2108549, 5760665, 1119584, 549488, 4794489, 1079900, 7356305, 5654953,
  73. 5700314, 5268920, 2884855, 5260684, 2091905, 359251, 6026966, 6554070,
  74. 7913949, 876248, 777960, 8143293, 518909, 2608894, 8354570
  75. };
  76. /*************************************************
  77. * Name: PQCLEAN_DILITHIUM3_CLEAN_ntt
  78. *
  79. * Description: Forward NTT, in-place. No modular reduction is performed after
  80. * additions or subtractions. Hence output coefficients can be up
  81. * to 16*Q larger than the coefficients of the input polynomial.
  82. * Output vector is in bitreversed order.
  83. *
  84. * Arguments: - uint32_t p[N]: input/output coefficient array
  85. **************************************************/
  86. void PQCLEAN_DILITHIUM3_CLEAN_ntt(uint32_t p[N]) {
  87. size_t k, j;
  88. uint32_t zeta, t;
  89. k = 1;
  90. for (size_t len = 128; len > 0; len >>= 1) {
  91. for (size_t start = 0; start < N; start = j + len) {
  92. zeta = PQCLEAN_DILITHIUM3_CLEAN_zetas[k++];
  93. for (j = start; j < start + len; ++j) {
  94. t = PQCLEAN_DILITHIUM3_CLEAN_montgomery_reduce((uint64_t) zeta * p[j + len]);
  95. p[j + len] = p[j] + 2 * Q - t;
  96. p[j] = p[j] + t;
  97. }
  98. }
  99. }
  100. }
  101. /*************************************************
  102. * Name: PQCLEAN_DILITHIUM3_CLEAN_invntt_frominvmont
  103. *
  104. * Description: Inverse NTT and multiplication by Montgomery factor 2^32.
  105. * In-place. No modular reductions after additions or
  106. * subtractions. Input coefficient need to be smaller than 2*Q.
  107. * Output coefficient are smaller than 2*Q.
  108. *
  109. * Arguments: - uint32_t p[N]: input/output coefficient array
  110. **************************************************/
  111. void PQCLEAN_DILITHIUM3_CLEAN_invntt_frominvmont(uint32_t p[N]) {
  112. size_t start, len, j, k;
  113. uint32_t t, zeta;
  114. const uint32_t f = (((uint64_t)MONT * MONT % Q) * (Q - 1) % Q) * ((Q - 1) >> 8) % Q;
  115. k = 0;
  116. for (len = 1; len < N; len <<= 1) {
  117. for (start = 0; start < N; start = j + len) {
  118. zeta = PQCLEAN_DILITHIUM3_CLEAN_zetas_inv[k++];
  119. for (j = start; j < start + len; ++j) {
  120. t = p[j];
  121. p[j] = t + p[j + len];
  122. p[j + len] = t + 256 * Q - p[j + len];
  123. p[j + len] = PQCLEAN_DILITHIUM3_CLEAN_montgomery_reduce((uint64_t) zeta * p[j + len]);
  124. }
  125. }
  126. }
  127. for (j = 0; j < N; ++j) {
  128. p[j] = PQCLEAN_DILITHIUM3_CLEAN_montgomery_reduce((uint64_t) f * p[j]);
  129. }
  130. }