Skip to content

Commit 5c2f2aa

Browse files
committed
fix: wrap description lines
1 parent 930799b commit 5c2f2aa

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

data/research-tracks.tsx

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export const researchTracksData: ResearchTrack[] = [
3232
id: 'poseidon',
3333
title: 'Poseidon Cryptanalysis Initiative',
3434
description:
35-
'Comprehensively tests the security of the Poseidon hash function through a multi-faceted approach including competitive bounties, targeted research grants, specialized workshops, academic awards, and advanced hardware testing.',
35+
'Comprehensively tests the security of the Poseidon hash function through a multi-faceted approach \
36+
including competitive bounties, targeted research grants, specialized workshops, academic awards, \
37+
and advanced hardware testing.',
3638
icon: <Lock className="h-5 w-5" />,
3739
colorClass: 'blue',
3840
progress: 10,
@@ -88,7 +90,8 @@ export const researchTracksData: ResearchTrack[] = [
8890
id: 'hash-based-multi-signatures',
8991
title: 'Hash-Based Multi-Signatures',
9092
description:
91-
'Develop and analyze hash-based multi-signatures using Winternitz XMSS as a post-quantum replacement for BLS signatures.',
93+
'Develop and analyze hash-based multi-signatures using Winternitz XMSS as a post-quantum \
94+
replacement for BLS signatures.',
9295
icon: <FileCheck className="h-5 w-5" />,
9396
colorClass: 'green',
9497
progress: 70,
@@ -151,7 +154,8 @@ export const researchTracksData: ResearchTrack[] = [
151154
id: 'minimal-zkvm',
152155
title: 'Minimal Zero-Knowledge Virtual Machines',
153156
description:
154-
'Explore minimal zero-knowledge virtual machines (zkVMs) specifically optimized for signature aggregation, including various options like Binus M3, SP1, KRU, STU, Jolt, and OpenVM.',
157+
'Explore minimal zero-knowledge virtual machines (zkVMs) specifically optimized for \
158+
signature aggregation, including various options like Binus M3, SP1, KRU, STU, Jolt, and OpenVM.',
155159
icon: <Cpu className="h-5 w-5" />,
156160
colorClass: 'amber',
157161
progress: 10,
@@ -193,7 +197,9 @@ export const researchTracksData: ResearchTrack[] = [
193197
id: 'falcon-signatures',
194198
title: 'Falcon Signatures',
195199
description:
196-
'Exploring lattice-based signatures as an alternative to hash-based signatures for their significantly smaller signatures, potentially allowing Ethereum to support five times more validators.',
200+
'Exploring lattice-based signatures as an alternative to hash-based signatures for their \
201+
significantly smaller signatures, potentially allowing Ethereum to support five times\
202+
more validators.',
197203
icon: <Feather className="h-5 w-5" />,
198204
colorClass: 'red',
199205
progress: 10,
@@ -222,7 +228,9 @@ export const researchTracksData: ResearchTrack[] = [
222228
id: 'formal-verification',
223229
title: 'Formal Verification',
224230
description:
225-
'Mathematically prove the security properties of cryptographic proof systems like FRI, STU, and WHIR using the Lean 4 framework, creating structured blueprints that map out theorem dependencies to verify that the zkEVM implementations are correct.',
231+
'Mathematically prove the security properties of cryptographic proof systems like FRI, STU, and WHIR \
232+
using the Lean 4 framework, creating structured blueprints that map out theorem dependencies to verify \
233+
that the zkEVM implementations are correct.',
226234
icon: <FileCode className="h-5 w-5" />,
227235
colorClass: 'indigo',
228236
progress: 10,

0 commit comments

Comments
 (0)