Skip to content

Commit

Permalink
added hawkeye readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Aug 18, 2024
1 parent 5a59c30 commit 3a54c18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/hawkeye/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
!documentation/**/*
!scripts*
!scripts/**/*
!.gitignore
!.gitignore
!README.md
5 changes: 5 additions & 0 deletions plugins/hawkeye/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# HAWKEYE

This plugin was developed in the context of the academic publication titled "HAWKEYE - Recovering Symmetric Cryptography From Hardware Circuits" by Gregor Leaner, Christof Paar, Julian Speith, and Lukas Stennes published at IACR Crypto'24. You can find the paper on [IACR ePrint](https://eprint.iacr.org/2024/860.pdf) (free of charge) and [SpringerLink](https://link.springer.com/chapter/10.1007/978-3-031-68385-5_11).

For an example application of HAWKEYE and to reproduce the results from the paper, we refer the reader to the [paper artifacts](https://artifacts.iacr.org/crypto/2024/a9/) hosted by the IACR.

0 comments on commit 3a54c18

Please sign in to comment.