aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2024-09-05 15:27:55 -0300
committerJ08nY2024-09-05 15:27:55 -0300
commita673216d84af65b649fd7060680c3ffa4fdc7db0 (patch)
tree7a914b765cf9f374a1dbc8329e0fd2998de2b733
parent4a0fa10a69d2d8dc575d0ef343e20f0e357812bd (diff)
downloadpyecsca-a673216d84af65b649fd7060680c3ffa4fdc7db0.tar.gz
pyecsca-a673216d84af65b649fd7060680c3ffa4fdc7db0.tar.zst
pyecsca-a673216d84af65b649fd7060680c3ffa4fdc7db0.zip
-rw-r--r--docs/_static/custom.css5
-rw-r--r--docs/papers.rst18
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index a8744a3..ba69356 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -21,3 +21,8 @@ a:visited {
dt:target, .highlight {
background: #ffffff;
}
+
+.bibtex-dropdown summary {
+ width: 107px;
+ font-weight: normal !important;
+}
diff --git a/docs/papers.rst b/docs/papers.rst
index 80a88bb..e25330a 100644
--- a/docs/papers.rst
+++ b/docs/papers.rst
@@ -29,6 +29,24 @@ Jan Jancar, Vojtech Suchanek, Petr Svenda, Vladimir Sedlacek, Lukasz Chmielewski
:fas:`file-zipper;fa-fw` Artifact
+.. dropdown:: BibTeX
+ :color: secondary
+ :name: pyecsca-bibtex
+ :class-container: bibtex-dropdown
+
+ .. code-block:: Bibtex
+
+ @InProceedings{2024-ches-jancar,
+ title = {pyecsca: Reverse engineering black-box elliptic curve cryptography via side-channel analysis},
+ author = {Jan Jancar and Vojtech Suchanek and Petr Svenda and Vladimir Sedlacek and Lukasz Chmielewski},
+ booktitle = {IACR Transactions on Cryptographic Hardware and Embedded Systems},
+ publisher = {Ruhr-University of Bochum},
+ year = {2024},
+ doi = {10.46586/tches.v2024.i4.355-381},
+ url = {https://tches.iacr.org/index.php/TCHES/article/view/11796},
+ pages = {355–381},
+ }
+
Abstract
--------