-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalgorithm.html
More file actions
71 lines (67 loc) · 2.85 KB
/
Copy pathalgorithm.html
File metadata and controls
71 lines (67 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SYMMETRIC CRYPTANALYSIS INDEX | Algorithm Details</title>
<meta
name="description"
content="Detailed published attack records for one symmetric primitive."
>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="topbar">
<a class="brand" href="index.html" aria-label="Symmetric Attack SOTA home">
<span class="brand-mark"></span>
<span>SYMMETRIC CRYPTANALYSIS INDEX</span>
</a>
<nav class="nav" aria-label="Site navigation">
<a href="index.html#results">Overview</a>
</nav>
</header>
<main>
<section class="hero detail-hero">
<div class="hero-copy">
<a class="detail-back-link" href="index.html">← Back to overview</a>
<h1 id="algorithm-title">Algorithm</h1>
<p id="algorithm-origin" class="algorithm-origin" hidden></p>
<div id="algorithm-tags" class="tags"></div>
</div>
</section>
<section class="section detail-table-section">
<div class="export-toolbar" aria-label="LaTeX export tools">
<span id="latex-count" class="subtle">0 selected</span>
<button id="export-latex" class="ghost-button subtle-button" type="button" disabled>Copy LaTeX table</button>
<button id="clear-latex-selection" class="ghost-button subtle-button" type="button" disabled>Clear</button>
<button id="select-all-records" class="ghost-button subtle-button" type="button" disabled>All</button>
</div>
<textarea id="latex-output" class="latex-output" readonly hidden aria-label="Generated LaTeX table"></textarea>
<div class="table-shell">
<table class="detail-table">
<thead>
<tr>
<th>Attack method</th>
<th><button class="sort-button active desc" type="button" data-sort="rounds">Rounds</button></th>
<th><button class="sort-button" type="button" data-sort="data">Data</button></th>
<th><button class="sort-button" type="button" data-sort="time">Time</button></th>
<th><button class="sort-button" type="button" data-sort="memory">Memory</button></th>
<th>Source</th>
<th>Select</th>
</tr>
</thead>
<tbody id="algorithm-table"></tbody>
</table>
</div>
</section>
</main>
<footer class="footer">
<span>Last updated: 2026-05-09</span>
<span><a href="mailto:zhangjn@sjtu.edu.cn">zhangjn@sjtu.edu.cn</a></span>
</footer>
<script src="cloudflare-config.js"></script>
<script src="data.js"></script>
<script src="backend.js"></script>
<script src="algorithm.js"></script>
</body>
</html>