diff options
| author | J08nY | 2023-08-28 13:26:15 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-28 13:26:15 +0200 |
| commit | 06465b2455587dd3d747081258971c3023ac8b3e (patch) | |
| tree | 69552dc1b83790f095a8924dfd6aa8be7ddf965e /docs | |
| parent | e786ae764596bffc92d9ed28250e3d134d03dd7e (diff) | |
| download | pyecsca-06465b2455587dd3d747081258971c3023ac8b3e.tar.gz pyecsca-06465b2455587dd3d747081258971c3023ac8b3e.tar.zst pyecsca-06465b2455587dd3d747081258971c3023ac8b3e.zip | |
Add references to docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 10 | ||||
| -rw-r--r-- | docs/references.rst | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 421ae1f..6ffa9e4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -103,6 +103,16 @@ are the best source of documentation on how to use **pyecsca**. api/modules +:fas:`file` References +====================== + +.. toctree:: + :caption: References + :titlesonly: + :maxdepth: 1 + + references + Requirements ============ diff --git a/docs/references.rst b/docs/references.rst new file mode 100644 index 0000000..63aaf41 --- /dev/null +++ b/docs/references.rst @@ -0,0 +1,10 @@ +========== +References +========== + +.. [STD] Standard Curve Database, https://neuromancer.sk/std/ +.. [EFD] Explicit Formulas Database, https://hyperelliptic.org/EFD/ +.. [GECC] Guide to Elliptic Curve Cryptography, https://link.springer.com/book/10.1007/b97644 +.. [HEHCC] Handbook of Elliptic and Hyper-Elliptic Curve Cryptography, https://www.hyperelliptic.org/HEHCC/ +.. [HAC] Handbook of Applied Cryptography, https://cacr.uwaterloo.ca/hac/ +.. [BBG+17] Sliding right into disaster: Left-to-right sliding windows leak, https://eprint.iacr.org/2017/627.pdf |
