chillerlan-QRCode-Common-GF256.html 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <base href="../">
  8. <link rel="icon" href="images/favicon.ico"/>
  9. <link rel="stylesheet" href="css/normalize.css">
  10. <link rel="stylesheet" href="css/base.css">
  11. <link rel="preconnect" href="https://fonts.gstatic.com">
  12. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  14. <link rel="stylesheet" href="css/template.css">
  15. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
  16. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
  18. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
  19. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  20. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  21. <script src="js/search.js"></script>
  22. <script defer src="js/searchIndex.js"></script>
  23. </head>
  24. <body id="top">
  25. <header class="phpdocumentor-header phpdocumentor-section">
  26. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  27. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  28. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  29. <i class="fas fa-bars"></i>
  30. </label>
  31. <section data-search-form class="phpdocumentor-search">
  32. <label>
  33. <span class="visually-hidden">Search for</span>
  34. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  35. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  36. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  37. </svg>
  38. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  39. </label>
  40. </section>
  41. <nav class="phpdocumentor-topnav">
  42. <ul class="phpdocumentor-topnav__menu">
  43. </ul>
  44. </nav>
  45. </header>
  46. <main class="phpdocumentor">
  47. <div class="phpdocumentor-section">
  48. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  49. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  50. Menu
  51. </label>
  52. <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
  53. <section class="phpdocumentor-sidebar__category">
  54. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  55. <h4 class="phpdocumentor-sidebar__root-namespace">
  56. <a href="namespaces/chillerlan.html" class="">chillerlan</a>
  57. </h4>
  58. <ul class="phpdocumentor-list">
  59. <li>
  60. <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
  61. </li>
  62. <li>
  63. <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
  64. </li>
  65. </ul>
  66. </section>
  67. <section class="phpdocumentor-sidebar__category">
  68. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  69. <h4 class="phpdocumentor-sidebar__root-namespace">
  70. <a href="packages/Application.html" class="">Application</a>
  71. </h4>
  72. </section>
  73. <section class="phpdocumentor-sidebar__category">
  74. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  75. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  76. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  77. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  78. </section>
  79. <section class="phpdocumentor-sidebar__category">
  80. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  81. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  82. </section>
  83. </aside>
  84. <div class="phpdocumentor-column -eight phpdocumentor-content">
  85. <ul class="phpdocumentor-breadcrumbs">
  86. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan.html">chillerlan</a></li>
  87. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcode.html">QRCode</a></li>
  88. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcode-common.html">Common</a></li>
  89. </ul>
  90. <article class="phpdocumentor-element -class">
  91. <h2 class="phpdocumentor-content__title">
  92. GF256
  93. <div class="phpdocumentor-element__package">
  94. in package
  95. <ul class="phpdocumentor-breadcrumbs">
  96. <li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
  97. </ul>
  98. </div>
  99. </h2>
  100. <aside class="phpdocumentor-element-found-in">
  101. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  102. :
  103. <span class="phpdocumentor-element-found-in__line">29</span>
  104. </aside>
  105. <p class="phpdocumentor-summary">This class contains utility methods for performing mathematical operations over
  106. the Galois Fields. Operations use a given primitive polynomial in calculations.</p>
  107. <section class="phpdocumentor-description"><p>Throughout this package, elements of the GF are represented as an int
  108. for convenience and speed (but at the cost of memory).</p>
  109. </section>
  110. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  111. Tags
  112. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  113. </h5>
  114. <dl class="phpdocumentor-tag-list">
  115. <dt class="phpdocumentor-tag-list__entry">
  116. <span class="phpdocumentor-tag__name">author</span>
  117. </dt>
  118. <dd class="phpdocumentor-tag-list__definition">
  119. <section class="phpdocumentor-description"><p>Sean Owen</p>
  120. </section>
  121. </dd>
  122. <dt class="phpdocumentor-tag-list__entry">
  123. <span class="phpdocumentor-tag__name">author</span>
  124. </dt>
  125. <dd class="phpdocumentor-tag-list__definition">
  126. <section class="phpdocumentor-description"><p>David Olivier</p>
  127. </section>
  128. </dd>
  129. </dl>
  130. <h3 id="toc">
  131. Table of Contents
  132. <a href="#toc" class="headerlink"><i class="fas fa-link"></i></a>
  133. </h3>
  134. <dl class="phpdocumentor-table-of-contents">
  135. <dt class="phpdocumentor-table-of-contents__entry -constant -private">
  136. <a href="classes/chillerlan-QRCode-Common-GF256.html#constant_expTable">expTable</a>
  137. <span>
  138. &nbsp;= [1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1] </span>
  139. </dt>
  140. <dd></dd>
  141. <dt class="phpdocumentor-table-of-contents__entry -constant -private">
  142. <a href="classes/chillerlan-QRCode-Common-GF256.html#constant_logTable">logTable</a>
  143. <span>
  144. &nbsp;= [
  145. 0,
  146. // the first value is never returned, index starts at 1
  147. 0,
  148. 1,
  149. 25,
  150. 2,
  151. 50,
  152. 26,
  153. 198,
  154. 3,
  155. 223,
  156. 51,
  157. 238,
  158. 27,
  159. 104,
  160. 199,
  161. 75,
  162. 4,
  163. 100,
  164. 224,
  165. 14,
  166. 52,
  167. 141,
  168. 239,
  169. 129,
  170. 28,
  171. 193,
  172. 105,
  173. 248,
  174. 200,
  175. 8,
  176. 76,
  177. 113,
  178. 5,
  179. 138,
  180. 101,
  181. 47,
  182. 225,
  183. 36,
  184. 15,
  185. 33,
  186. 53,
  187. 147,
  188. 142,
  189. 218,
  190. 240,
  191. 18,
  192. 130,
  193. 69,
  194. 29,
  195. 181,
  196. 194,
  197. 125,
  198. 106,
  199. 39,
  200. 249,
  201. 185,
  202. 201,
  203. 154,
  204. 9,
  205. 120,
  206. 77,
  207. 228,
  208. 114,
  209. 166,
  210. 6,
  211. 191,
  212. 139,
  213. 98,
  214. 102,
  215. 221,
  216. 48,
  217. 253,
  218. 226,
  219. 152,
  220. 37,
  221. 179,
  222. 16,
  223. 145,
  224. 34,
  225. 136,
  226. 54,
  227. 208,
  228. 148,
  229. 206,
  230. 143,
  231. 150,
  232. 219,
  233. 189,
  234. 241,
  235. 210,
  236. 19,
  237. 92,
  238. 131,
  239. 56,
  240. 70,
  241. 64,
  242. 30,
  243. 66,
  244. 182,
  245. 163,
  246. 195,
  247. 72,
  248. 126,
  249. 110,
  250. 107,
  251. 58,
  252. 40,
  253. 84,
  254. 250,
  255. 133,
  256. 186,
  257. 61,
  258. 202,
  259. 94,
  260. 155,
  261. 159,
  262. 10,
  263. 21,
  264. 121,
  265. 43,
  266. 78,
  267. 212,
  268. 229,
  269. 172,
  270. 115,
  271. 243,
  272. 167,
  273. 87,
  274. 7,
  275. 112,
  276. 192,
  277. 247,
  278. 140,
  279. 128,
  280. 99,
  281. 13,
  282. 103,
  283. 74,
  284. 222,
  285. 237,
  286. 49,
  287. 197,
  288. 254,
  289. 24,
  290. 227,
  291. 165,
  292. 153,
  293. 119,
  294. 38,
  295. 184,
  296. 180,
  297. 124,
  298. 17,
  299. 68,
  300. 146,
  301. 217,
  302. 35,
  303. 32,
  304. 137,
  305. 46,
  306. 55,
  307. 63,
  308. 209,
  309. 91,
  310. 149,
  311. 188,
  312. 207,
  313. 205,
  314. 144,
  315. 135,
  316. 151,
  317. 178,
  318. 220,
  319. 252,
  320. 190,
  321. 97,
  322. 242,
  323. 86,
  324. 211,
  325. 171,
  326. 20,
  327. 42,
  328. 93,
  329. 158,
  330. 132,
  331. 60,
  332. 57,
  333. 83,
  334. 71,
  335. 109,
  336. 65,
  337. 162,
  338. 31,
  339. 45,
  340. 67,
  341. 216,
  342. 183,
  343. 123,
  344. 164,
  345. 118,
  346. 196,
  347. 23,
  348. 73,
  349. 236,
  350. 127,
  351. 12,
  352. 111,
  353. 246,
  354. 108,
  355. 161,
  356. 59,
  357. 82,
  358. 41,
  359. 157,
  360. 85,
  361. 170,
  362. 251,
  363. 96,
  364. 134,
  365. 177,
  366. 187,
  367. 204,
  368. 62,
  369. 90,
  370. 203,
  371. 89,
  372. 95,
  373. 176,
  374. 156,
  375. 169,
  376. 160,
  377. 81,
  378. 11,
  379. 245,
  380. 22,
  381. 235,
  382. 122,
  383. 117,
  384. 44,
  385. 215,
  386. 79,
  387. 174,
  388. 213,
  389. 233,
  390. 230,
  391. 231,
  392. 173,
  393. 232,
  394. 116,
  395. 214,
  396. 244,
  397. 234,
  398. 168,
  399. 80,
  400. 88,
  401. 175,
  402. ] </span>
  403. </dt>
  404. <dd>irreducible polynomial whose coefficients are represented by the bits of an int,
  405. where the least-significant bit represents the constant coefficient</dd>
  406. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  407. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_addOrSubtract">addOrSubtract()</a>
  408. <span>
  409. &nbsp;: int </span>
  410. </dt>
  411. <dd>Implements both addition and subtraction -- they are the same in GF(size).</dd>
  412. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  413. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_buildMonomial">buildMonomial()</a>
  414. <span>
  415. &nbsp;: <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a> </span>
  416. </dt>
  417. <dd></dd>
  418. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  419. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_exp">exp()</a>
  420. <span>
  421. &nbsp;: int </span>
  422. </dt>
  423. <dd></dd>
  424. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  425. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_inverse">inverse()</a>
  426. <span>
  427. &nbsp;: int </span>
  428. </dt>
  429. <dd></dd>
  430. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  431. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_log">log()</a>
  432. <span>
  433. &nbsp;: int </span>
  434. </dt>
  435. <dd></dd>
  436. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  437. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_multiply">multiply()</a>
  438. <span>
  439. &nbsp;: int </span>
  440. </dt>
  441. <dd></dd>
  442. </dl>
  443. <section class="phpdocumentor-constants">
  444. <h3 class="phpdocumentor-elements__header" id="constants">
  445. Constants
  446. <a href="classes/chillerlan-QRCode-Common-GF256.html#constants" class="headerlink"><i class="fas fa-link"></i></a>
  447. </h3>
  448. <article class="phpdocumentor-element -constant -private ">
  449. <h4 class="phpdocumentor-element__name" id="constant_expTable">
  450. expTable
  451. <a href="classes/chillerlan-QRCode-Common-GF256.html#constant_expTable" class="headerlink"><i class="fas fa-link"></i></a>
  452. </h4>
  453. <aside class="phpdocumentor-element-found-in">
  454. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  455. :
  456. <span class="phpdocumentor-element-found-in__line">57</span>
  457. </aside>
  458. <code class="phpdocumentor-signature phpdocumentor-code ">
  459. <span class="phpdocumentor-signature__visibility">private</span>
  460. <span class="phpdocumentor-signature__type">mixed</span>
  461. <span class="phpdocumentor-signature__name">expTable</span>
  462. = <span class="phpdocumentor-signature__default-value">[1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1]</span>
  463. </code>
  464. <section class="phpdocumentor-description"></section>
  465. <section class="phpdocumentor-description"></section>
  466. </article>
  467. <article class="phpdocumentor-element -constant -private ">
  468. <h4 class="phpdocumentor-element__name" id="constant_logTable">
  469. logTable
  470. <a href="classes/chillerlan-QRCode-Common-GF256.html#constant_logTable" class="headerlink"><i class="fas fa-link"></i></a>
  471. </h4>
  472. <aside class="phpdocumentor-element-found-in">
  473. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  474. :
  475. <span class="phpdocumentor-element-found-in__line">37</span>
  476. </aside>
  477. <p class="phpdocumentor-summary">irreducible polynomial whose coefficients are represented by the bits of an int,
  478. where the least-significant bit represents the constant coefficient</p>
  479. <code class="phpdocumentor-signature phpdocumentor-code ">
  480. <span class="phpdocumentor-signature__visibility">private</span>
  481. <span class="phpdocumentor-signature__type">mixed</span>
  482. <span class="phpdocumentor-signature__name">logTable</span>
  483. = <span class="phpdocumentor-signature__default-value">[
  484. 0,
  485. // the first value is never returned, index starts at 1
  486. 0,
  487. 1,
  488. 25,
  489. 2,
  490. 50,
  491. 26,
  492. 198,
  493. 3,
  494. 223,
  495. 51,
  496. 238,
  497. 27,
  498. 104,
  499. 199,
  500. 75,
  501. 4,
  502. 100,
  503. 224,
  504. 14,
  505. 52,
  506. 141,
  507. 239,
  508. 129,
  509. 28,
  510. 193,
  511. 105,
  512. 248,
  513. 200,
  514. 8,
  515. 76,
  516. 113,
  517. 5,
  518. 138,
  519. 101,
  520. 47,
  521. 225,
  522. 36,
  523. 15,
  524. 33,
  525. 53,
  526. 147,
  527. 142,
  528. 218,
  529. 240,
  530. 18,
  531. 130,
  532. 69,
  533. 29,
  534. 181,
  535. 194,
  536. 125,
  537. 106,
  538. 39,
  539. 249,
  540. 185,
  541. 201,
  542. 154,
  543. 9,
  544. 120,
  545. 77,
  546. 228,
  547. 114,
  548. 166,
  549. 6,
  550. 191,
  551. 139,
  552. 98,
  553. 102,
  554. 221,
  555. 48,
  556. 253,
  557. 226,
  558. 152,
  559. 37,
  560. 179,
  561. 16,
  562. 145,
  563. 34,
  564. 136,
  565. 54,
  566. 208,
  567. 148,
  568. 206,
  569. 143,
  570. 150,
  571. 219,
  572. 189,
  573. 241,
  574. 210,
  575. 19,
  576. 92,
  577. 131,
  578. 56,
  579. 70,
  580. 64,
  581. 30,
  582. 66,
  583. 182,
  584. 163,
  585. 195,
  586. 72,
  587. 126,
  588. 110,
  589. 107,
  590. 58,
  591. 40,
  592. 84,
  593. 250,
  594. 133,
  595. 186,
  596. 61,
  597. 202,
  598. 94,
  599. 155,
  600. 159,
  601. 10,
  602. 21,
  603. 121,
  604. 43,
  605. 78,
  606. 212,
  607. 229,
  608. 172,
  609. 115,
  610. 243,
  611. 167,
  612. 87,
  613. 7,
  614. 112,
  615. 192,
  616. 247,
  617. 140,
  618. 128,
  619. 99,
  620. 13,
  621. 103,
  622. 74,
  623. 222,
  624. 237,
  625. 49,
  626. 197,
  627. 254,
  628. 24,
  629. 227,
  630. 165,
  631. 153,
  632. 119,
  633. 38,
  634. 184,
  635. 180,
  636. 124,
  637. 17,
  638. 68,
  639. 146,
  640. 217,
  641. 35,
  642. 32,
  643. 137,
  644. 46,
  645. 55,
  646. 63,
  647. 209,
  648. 91,
  649. 149,
  650. 188,
  651. 207,
  652. 205,
  653. 144,
  654. 135,
  655. 151,
  656. 178,
  657. 220,
  658. 252,
  659. 190,
  660. 97,
  661. 242,
  662. 86,
  663. 211,
  664. 171,
  665. 20,
  666. 42,
  667. 93,
  668. 158,
  669. 132,
  670. 60,
  671. 57,
  672. 83,
  673. 71,
  674. 109,
  675. 65,
  676. 162,
  677. 31,
  678. 45,
  679. 67,
  680. 216,
  681. 183,
  682. 123,
  683. 164,
  684. 118,
  685. 196,
  686. 23,
  687. 73,
  688. 236,
  689. 127,
  690. 12,
  691. 111,
  692. 246,
  693. 108,
  694. 161,
  695. 59,
  696. 82,
  697. 41,
  698. 157,
  699. 85,
  700. 170,
  701. 251,
  702. 96,
  703. 134,
  704. 177,
  705. 187,
  706. 204,
  707. 62,
  708. 90,
  709. 203,
  710. 89,
  711. 95,
  712. 176,
  713. 156,
  714. 169,
  715. 160,
  716. 81,
  717. 11,
  718. 245,
  719. 22,
  720. 235,
  721. 122,
  722. 117,
  723. 44,
  724. 215,
  725. 79,
  726. 174,
  727. 213,
  728. 233,
  729. 230,
  730. 231,
  731. 173,
  732. 232,
  733. 116,
  734. 214,
  735. 244,
  736. 234,
  737. 168,
  738. 80,
  739. 88,
  740. 175,
  741. ]</span>
  742. </code>
  743. <section class="phpdocumentor-description"></section>
  744. </article>
  745. </section>
  746. <section class="phpdocumentor-methods">
  747. <h3 class="phpdocumentor-elements__header" id="methods">
  748. Methods
  749. <a href="classes/chillerlan-QRCode-Common-GF256.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  750. </h3>
  751. <article
  752. class="phpdocumentor-element
  753. -method
  754. -public
  755. -static "
  756. >
  757. <h4 class="phpdocumentor-element__name" id="method_addOrSubtract">
  758. addOrSubtract()
  759. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_addOrSubtract" class="headerlink"><i class="fas fa-link"></i></a>
  760. </h4>
  761. <aside class="phpdocumentor-element-found-in">
  762. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  763. :
  764. <span class="phpdocumentor-element-found-in__line">81</span>
  765. </aside>
  766. <p class="phpdocumentor-summary">Implements both addition and subtraction -- they are the same in GF(size).</p>
  767. <code class="phpdocumentor-code phpdocumentor-signature ">
  768. <span class="phpdocumentor-signature__visibility">public</span>
  769. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">addOrSubtract</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$a</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$b</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
  770. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  771. <dl class="phpdocumentor-argument-list">
  772. <dt class="phpdocumentor-argument-list__entry">
  773. <span class="phpdocumentor-signature__argument__name">$a</span>
  774. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  775. </dt>
  776. <dd class="phpdocumentor-argument-list__definition">
  777. <section class="phpdocumentor-description"></section>
  778. </dd>
  779. <dt class="phpdocumentor-argument-list__entry">
  780. <span class="phpdocumentor-signature__argument__name">$b</span>
  781. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  782. </dt>
  783. <dd class="phpdocumentor-argument-list__definition">
  784. <section class="phpdocumentor-description"></section>
  785. </dd>
  786. </dl>
  787. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  788. <span class="phpdocumentor-signature__response_type">int</span>
  789. &mdash;
  790. <section class="phpdocumentor-description"><p>sum/difference of a and b</p>
  791. </section>
  792. </article>
  793. <article
  794. class="phpdocumentor-element
  795. -method
  796. -public
  797. -static "
  798. >
  799. <h4 class="phpdocumentor-element__name" id="method_buildMonomial">
  800. buildMonomial()
  801. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_buildMonomial" class="headerlink"><i class="fas fa-link"></i></a>
  802. </h4>
  803. <aside class="phpdocumentor-element-found-in">
  804. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  805. :
  806. <span class="phpdocumentor-element-found-in__line">89</span>
  807. </aside>
  808. <code class="phpdocumentor-code phpdocumentor-signature ">
  809. <span class="phpdocumentor-signature__visibility">public</span>
  810. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">buildMonomial</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$degree</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$coefficient</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a></span></code>
  811. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  812. <dl class="phpdocumentor-argument-list">
  813. <dt class="phpdocumentor-argument-list__entry">
  814. <span class="phpdocumentor-signature__argument__name">$degree</span>
  815. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  816. </dt>
  817. <dd class="phpdocumentor-argument-list__definition">
  818. <section class="phpdocumentor-description"></section>
  819. </dd>
  820. <dt class="phpdocumentor-argument-list__entry">
  821. <span class="phpdocumentor-signature__argument__name">$coefficient</span>
  822. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  823. </dt>
  824. <dd class="phpdocumentor-argument-list__definition">
  825. <section class="phpdocumentor-description"></section>
  826. </dd>
  827. </dl>
  828. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  829. Tags
  830. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  831. </h5>
  832. <dl class="phpdocumentor-tag-list">
  833. <dt class="phpdocumentor-tag-list__entry">
  834. <span class="phpdocumentor-tag__name">throws</span>
  835. </dt>
  836. <dd class="phpdocumentor-tag-list__definition">
  837. <span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-QRCodeException.html"><abbr title="\chillerlan\QRCode\QRCodeException">QRCodeException</abbr></a></span>
  838. </dd>
  839. </dl>
  840. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  841. <span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a></span>
  842. &mdash;
  843. <section class="phpdocumentor-description"><p>the monomial representing coefficient * x^degree</p>
  844. </section>
  845. </article>
  846. <article
  847. class="phpdocumentor-element
  848. -method
  849. -public
  850. -static "
  851. >
  852. <h4 class="phpdocumentor-element__name" id="method_exp">
  853. exp()
  854. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_exp" class="headerlink"><i class="fas fa-link"></i></a>
  855. </h4>
  856. <aside class="phpdocumentor-element-found-in">
  857. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  858. :
  859. <span class="phpdocumentor-element-found-in__line">104</span>
  860. </aside>
  861. <code class="phpdocumentor-code phpdocumentor-signature ">
  862. <span class="phpdocumentor-signature__visibility">public</span>
  863. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">exp</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$a</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
  864. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  865. <dl class="phpdocumentor-argument-list">
  866. <dt class="phpdocumentor-argument-list__entry">
  867. <span class="phpdocumentor-signature__argument__name">$a</span>
  868. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  869. </dt>
  870. <dd class="phpdocumentor-argument-list__definition">
  871. <section class="phpdocumentor-description"></section>
  872. </dd>
  873. </dl>
  874. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  875. <span class="phpdocumentor-signature__response_type">int</span>
  876. &mdash;
  877. <section class="phpdocumentor-description"><p>2 to the power of $a in GF(size)</p>
  878. </section>
  879. </article>
  880. <article
  881. class="phpdocumentor-element
  882. -method
  883. -public
  884. -static "
  885. >
  886. <h4 class="phpdocumentor-element__name" id="method_inverse">
  887. inverse()
  888. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_inverse" class="headerlink"><i class="fas fa-link"></i></a>
  889. </h4>
  890. <aside class="phpdocumentor-element-found-in">
  891. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  892. :
  893. <span class="phpdocumentor-element-found-in__line">133</span>
  894. </aside>
  895. <code class="phpdocumentor-code phpdocumentor-signature ">
  896. <span class="phpdocumentor-signature__visibility">public</span>
  897. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">inverse</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$a</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
  898. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  899. <dl class="phpdocumentor-argument-list">
  900. <dt class="phpdocumentor-argument-list__entry">
  901. <span class="phpdocumentor-signature__argument__name">$a</span>
  902. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  903. </dt>
  904. <dd class="phpdocumentor-argument-list__definition">
  905. <section class="phpdocumentor-description"></section>
  906. </dd>
  907. </dl>
  908. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  909. Tags
  910. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  911. </h5>
  912. <dl class="phpdocumentor-tag-list">
  913. <dt class="phpdocumentor-tag-list__entry">
  914. <span class="phpdocumentor-tag__name">throws</span>
  915. </dt>
  916. <dd class="phpdocumentor-tag-list__definition">
  917. <span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-QRCodeException.html"><abbr title="\chillerlan\QRCode\QRCodeException">QRCodeException</abbr></a></span>
  918. </dd>
  919. </dl>
  920. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  921. <span class="phpdocumentor-signature__response_type">int</span>
  922. &mdash;
  923. <section class="phpdocumentor-description"><p>multiplicative inverse of a</p>
  924. </section>
  925. </article>
  926. <article
  927. class="phpdocumentor-element
  928. -method
  929. -public
  930. -static "
  931. >
  932. <h4 class="phpdocumentor-element__name" id="method_log">
  933. log()
  934. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_log" class="headerlink"><i class="fas fa-link"></i></a>
  935. </h4>
  936. <aside class="phpdocumentor-element-found-in">
  937. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  938. :
  939. <span class="phpdocumentor-element-found-in__line">120</span>
  940. </aside>
  941. <code class="phpdocumentor-code phpdocumentor-signature ">
  942. <span class="phpdocumentor-signature__visibility">public</span>
  943. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">log</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$a</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
  944. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  945. <dl class="phpdocumentor-argument-list">
  946. <dt class="phpdocumentor-argument-list__entry">
  947. <span class="phpdocumentor-signature__argument__name">$a</span>
  948. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  949. </dt>
  950. <dd class="phpdocumentor-argument-list__definition">
  951. <section class="phpdocumentor-description"></section>
  952. </dd>
  953. </dl>
  954. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  955. Tags
  956. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  957. </h5>
  958. <dl class="phpdocumentor-tag-list">
  959. <dt class="phpdocumentor-tag-list__entry">
  960. <span class="phpdocumentor-tag__name">throws</span>
  961. </dt>
  962. <dd class="phpdocumentor-tag-list__definition">
  963. <span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-QRCodeException.html"><abbr title="\chillerlan\QRCode\QRCodeException">QRCodeException</abbr></a></span>
  964. </dd>
  965. </dl>
  966. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  967. <span class="phpdocumentor-signature__response_type">int</span>
  968. &mdash;
  969. <section class="phpdocumentor-description"><p>base 2 log of $a in GF(size)</p>
  970. </section>
  971. </article>
  972. <article
  973. class="phpdocumentor-element
  974. -method
  975. -public
  976. -static "
  977. >
  978. <h4 class="phpdocumentor-element__name" id="method_multiply">
  979. multiply()
  980. <a href="classes/chillerlan-QRCode-Common-GF256.html#method_multiply" class="headerlink"><i class="fas fa-link"></i></a>
  981. </h4>
  982. <aside class="phpdocumentor-element-found-in">
  983. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/GF256.php"><a href="files/src-common-gf256.html"><abbr title="src/Common/GF256.php">GF256.php</abbr></a></abbr>
  984. :
  985. <span class="phpdocumentor-element-found-in__line">145</span>
  986. </aside>
  987. <code class="phpdocumentor-code phpdocumentor-signature ">
  988. <span class="phpdocumentor-signature__visibility">public</span>
  989. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">multiply</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$a</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$b</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
  990. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  991. <dl class="phpdocumentor-argument-list">
  992. <dt class="phpdocumentor-argument-list__entry">
  993. <span class="phpdocumentor-signature__argument__name">$a</span>
  994. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  995. </dt>
  996. <dd class="phpdocumentor-argument-list__definition">
  997. <section class="phpdocumentor-description"></section>
  998. </dd>
  999. <dt class="phpdocumentor-argument-list__entry">
  1000. <span class="phpdocumentor-signature__argument__name">$b</span>
  1001. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  1002. </dt>
  1003. <dd class="phpdocumentor-argument-list__definition">
  1004. <section class="phpdocumentor-description"></section>
  1005. </dd>
  1006. </dl>
  1007. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  1008. <span class="phpdocumentor-signature__response_type">int</span>
  1009. &mdash;
  1010. <section class="phpdocumentor-description"><p>product of a and b in GF(size)</p>
  1011. </section>
  1012. </article>
  1013. </section>
  1014. <script type="text/javascript">
  1015. function loadExternalCodeSnippets(line) {
  1016. Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach((pre) => {
  1017. var src = pre.getAttribute('data-src').replace( /\\/g, '/');
  1018. var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
  1019. var language = 'php';
  1020. var code = document.createElement('code');
  1021. code.className = 'language-' + language;
  1022. pre.textContent = '';
  1023. pre.setAttribute('data-line', line)
  1024. code.textContent = 'Loading…';
  1025. pre.appendChild(code);
  1026. var xhr = new XMLHttpRequest();
  1027. xhr.open('GET', src, true);
  1028. xhr.onreadystatechange = function () {
  1029. if (xhr.readyState == 4) {
  1030. if (xhr.status < 400 && xhr.responseText) {
  1031. code.textContent = xhr.responseText;
  1032. Prism.highlightElement(code);
  1033. }
  1034. else if (xhr.status >= 400) {
  1035. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  1036. }
  1037. else {
  1038. code.textContent = '✖ Error: File does not exist, is empty or trying to view from localhost';
  1039. }
  1040. }
  1041. };
  1042. xhr.send(null);
  1043. });
  1044. }
  1045. var modals = document.querySelectorAll("[data-modal]");
  1046. modals.forEach(function (trigger) {
  1047. trigger.addEventListener("click", function (event) {
  1048. //event.preventDefault();
  1049. const modal = document.getElementById(trigger.dataset.modal);
  1050. modal.classList.add("phpdocumentor-modal__open");
  1051. loadExternalCodeSnippets(trigger.dataset.line)
  1052. const exits = modal.querySelectorAll("[data-exit-button]");
  1053. exits.forEach(function (exit) {
  1054. exit.addEventListener("click", function (event) {
  1055. event.preventDefault();
  1056. modal.classList.remove("phpdocumentor-modal__open");
  1057. });
  1058. });
  1059. });
  1060. });
  1061. </script>
  1062. </article>
  1063. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  1064. <section class="phpdocumentor-search-results__dialog">
  1065. <header class="phpdocumentor-search-results__header">
  1066. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  1067. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  1068. </header>
  1069. <section class="phpdocumentor-search-results__body">
  1070. <ul class="phpdocumentor-search-results__entries"></ul>
  1071. </section>
  1072. </section>
  1073. </section>
  1074. </div>
  1075. </div>
  1076. <a href="classes/chillerlan-QRCode-Common-GF256.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  1077. </main>
  1078. <script>
  1079. cssVars({});
  1080. </script>
  1081. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  1082. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  1083. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  1084. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  1085. </body>
  1086. </html>