From b58c60bcc4a6f3d3ccf4194ef862a808fdc3313b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Feb 2021 01:55:38 +0000 Subject: Hack images, store outputs in git again for now Easier to track what each script change does if we keep the before and after versions of the markdown in git too. Clean this up eventually, but simplifies development. --- tracwiki/MiscStuff.trac | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tracwiki/MiscStuff.trac (limited to 'tracwiki/MiscStuff.trac') diff --git a/tracwiki/MiscStuff.trac b/tracwiki/MiscStuff.trac new file mode 100644 index 0000000..7ac0d1e --- /dev/null +++ b/tracwiki/MiscStuff.trac @@ -0,0 +1,27 @@ += References & Miscellaneous = + +== Interesting research and people == +Advisory board, reviewers etc. + +=== Elliptic Curves === +* [http://safecurves.cr.yp.to/]. Including Curve3617. +* [http://www.nsa.gov/ia/_files/nist-routines.pdf]. Details for implementing NIST curves. +* [http://blog.cr.yp.to/20140323-ecdsa.html] djb on How to design an elliptic-curve signature system + + +=== Side channel attacks === +* [http://www.cl.cam.ac.uk/~sps32/], Dr Sergei Skorobogatov +* [https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Zertifizierung/Interpretationen/AIS_46_ECCGuide_e_pdf.pdf BSI - Minimum Requirements for Evaluating Side-Channel Attack Resistance of Elliptic Curve Implementations] + +== Useful References == + +* [https://crypto.stanford.edu/~dabo/pubs/abstracts/ssl-timing.html Remote timing attacks are practical], D. Boneh and D. Brumley. +* [http://www.cybersecurity.my/mycc/document/mycpr/C037/AEP_Keyper_EAL4_ASE_1.3.pdf Common Critiera Security Target for the AEP Keyper] +* [https://www.cosic.esat.kuleuven.be/ches2012/tutorials.shtml Cryptographic hardware: how to make it cool, fast and unbreakable], + Junfeng Fan, KU Leuven +* [http://web.mit.edu/bunnie/www/xi/rec.html REC FPGA Seminar IAP 1998], Bunnie Huang +* [http://compcert.inria.fr/ the formal verification of realistic compilers usable for critical embedded software] + +== Somewhat Related Web Sites == + +* [https://prism-break.org/ List of Open SW Alternatives] -- cgit v1.2.3