Skip to content

Commit a6c252b

Browse files
authored
Create .zenodo.json
1 parent 132ad3d commit a6c252b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.zenodo.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"title": "Quantum-Disruptive RSA (QD-RSA): v1.1 Release",
3+
"upload_type": "software",
4+
"description": "QD-RSA v1.1 introduces symbolic, entropy-hardened enhancements to classical RSA to protect against quantum threats. This initial release invites public cryptanalysis and deployment evaluation.\n\n\ud83d\udd10 \u03a6\u209b(x): Session-specific irrational masking\n\ud83d\udd10 \u039e\u209b(x): Entropy-shifted non-convex trap function\n\ud83d\udd10 \ud835\udcd8\u209b*(x): Symbolic hash wrapped in SHA3-256\n\nIncludes: Python, C, and C# reference implementations, version declaration, cryptanalysis brief, and test suite.\n\nThis release is certified backdoor-free: no embedded recovery key, trapdoor, or government-accessible override mechanism.",
5+
"creators": [
6+
{
7+
"name": "Valamontes, Antonis",
8+
"affiliation": "Kapodistrian Academy of Science",
9+
"orcid": "https://orcid.org/0000-0002-1825-0097"
10+
}
11+
],
12+
"version": "v1.1",
13+
"license": "other-open",
14+
"keywords": [
15+
"quantum cryptography",
16+
"post-quantum RSA",
17+
"Grover resistance",
18+
"Shor resistance",
19+
"digital signatures",
20+
"public cryptanalysis"
21+
],
22+
"related_identifiers": [
23+
{
24+
"identifier": "https://github.com/KapodistrianCrypto/QD-RSA-Challenge",
25+
"relation": "isSupplementTo",
26+
"scheme": "url"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)