-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
119 lines (115 loc) · 5.34 KB
/
Copy pathpublications.html
File metadata and controls
119 lines (115 loc) · 5.34 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Publications of Jianing Zhang.">
<title>Publications | Jianing Zhang</title>
<script>
(() => {
let storedTheme = null;
try {
storedTheme = localStorage.getItem("theme");
} catch {
storedTheme = null;
}
const prefersDark = window.matchMedia("(prefers-color-scheme: dark)").matches;
document.documentElement.dataset.theme = storedTheme || (prefersDark ? "dark" : "light");
})();
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="assets/css/styles.css?v=20260530-13">
<script src="assets/js/site.js?v=20260529-1" defer></script>
</head>
<body>
<button class="theme-toggle" type="button" aria-label="Switch to dark mode" aria-pressed="false">
<i class="fas fa-moon theme-icon theme-icon-moon" aria-hidden="true"></i>
<i class="fas fa-sun theme-icon theme-icon-sun" aria-hidden="true"></i>
</button>
<main class="page">
<nav class="section-nav" aria-label="Publication sections">
<a href="index.html">Home</a>
<a href="#conference">Conference</a>
<a href="#journal">Journal</a>
</nav>
<header class="hero" id="top" aria-labelledby="page-title">
<h1 id="page-title" aria-label="Publications">
<span class="title-word" aria-hidden="true"><span class="title-initial">P</span><span class="title-small">ublications</span></span>
</h1>
<ul class="contact-list" aria-label="Page links">
<li>
<a href="index.html"><i class="fas fa-fw fa-arrow-left icon-pad-right" aria-hidden="true"></i>Back to home</a>
</li>
</ul>
</header>
<section class="section" id="conference" aria-labelledby="conference-title">
<div class="section-label">
<span>01</span>
<h2 id="conference-title">Conference Papers</h2>
</div>
<ol class="publication-list">
<li>
<time>2026</time>
<div>
<div class="paper-title-row">
<h3>Towards Faster Boomerangs in Feistel Ciphers</h3>
<a class="github-link" href="https://github.com/FeistelBoomerang2025/boomerang" aria-label="Code on GitHub"><i class="fab fa-github" aria-hidden="true"></i></a>
</div>
<p class="venue"><em>Inscrypt 2026</em>.</p>
<p class="authors">Jianing Zhang and Haoyang Wang.</p>
</div>
</li>
<li>
<time>2025</time>
<div>
<div class="paper-title-row">
<h3><a href="https://doi.org/10.46586/tosc.v2024.i2.254-295">Impossible Boomerang Attacks Revisited</a></h3>
<a class="eprint-link" href="https://eprint.iacr.org/2024/1230">ePrint</a>
<a class="github-link" href="https://github.com/IBRevisited/IB2024" aria-label="Code on GitHub"><i class="fab fa-github" aria-hidden="true"></i></a>
</div>
<p class="venue"><em>FSE 2025 | IACR ToSC</em>.</p>
<p class="authors">Jianing Zhang, Haoyang Wang, and Deng Tang.</p>
</div>
</li>
<li>
<time>2025</time>
<div>
<div class="paper-title-row">
<h3><a href="https://link.springer.com/chapter/10.1007/978-981-96-9095-4_5">Improved Differential Meet-in-the-Middle Cryptanalysis on SIMON and Piccolo</a></h3>
<a class="eprint-link" href="https://eprint.iacr.org/2025/741">ePrint</a>
<a class="github-link" href="https://github.com/d-mitm/Piccolo" aria-label="Code on GitHub"><i class="fab fa-github" aria-hidden="true"></i></a>
</div>
<p class="venue"><em>ACISP 2025</em>.</p>
<p class="authors">Weiqing Deng, Jianing Zhang, and Haoyang Wang.</p>
</div>
</li>
</ol>
</section>
<section class="section" id="journal" aria-labelledby="journal-title">
<div class="section-label">
<span>02</span>
<h2 id="journal-title">Journal Articles</h2>
</div>
<ol class="publication-list">
<li>
<time>2026</time>
<div>
<div class="paper-title-row">
<h3><a href="https://doi.org/10.1007/s10623-025-01791-w">Optimizing Key Recovery in Impossible Cryptanalysis and Its Automated Tool</a></h3>
<a class="eprint-link" href="https://eprint.iacr.org/2025/158">ePrint</a>
<a class="github-link" href="https://github.com/ImpossibleCryptanalysis-2024/Tool" aria-label="Code on GitHub"><i class="fab fa-github" aria-hidden="true"></i></a>
</div>
<p class="venue"><em>Designs, Codes and Cryptography</em>.</p>
<p class="authors">Haoyang Wang and Jianing Zhang.</p>
</div>
</li>
</ol>
</section>
</main>
<footer class="site-footer">
<span>Last updated: May 2026</span>
<a href="links.html">Links</a>
</footer>
</body>
</html>