Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
HW_CTF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
spook
HW_CTF
Commits
c90c4732
Commit
c90c4732
authored
Apr 28, 2020
by
Momin Charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: starts CTF data set description
parent
50f3202c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
README.md
README.md
+12
-6
No files found.
README.md
View file @
c90c4732
...
...
@@ -368,16 +368,22 @@ The different configuration are summed up in the following table:
</div>
##
Simulations Scripts
(unix-like)
##
# Simulations Script
(unix-like)
As mentionned above, the
[
simu
](
spook_msk/simu
)
contains the :
As mentionned above, the
[
simu
](
spook_msk/simu
)
contains the simulation script
[
sim_spook_MSK
](
spook_msk/simu/sim_spook_MSK.sh
)
. The later proceeds to the following operations:
+
**Testvectors generation**
: this process is generat
ing
the different commands that will be sent to the
core based on the file specified. The latter should be formatted similarly to the NIST LWC testvectors files.
+
**Synthesis**
*(optional)*
: the design is synthetized using Yosys.
+
**Testvectors generation**
: this process is generat
es
the different commands that will be sent to the
core based on the file specified. The latter should be formatted similarly to the NIST LWC testvectors files.
This is done using the
[
gen_tv
](
spook_msk/spook_hw_api/gen_tv.py
)
script.
+
**Simulation file building**
: the simulation file is built using Iverilog.
+
**Simulation**
: the simulation is performed using vvp.
It may be required to change some scripts configurations. These are chosen at the beginning of each
script
s
It may be required to change some scripts configurations. These are chosen at the beginning of each
file
s
and are thus easily editable.
## CTF Data Sets
In the context of the challenge, various data sets are available for each targets (i.e., using 2,3 and 4 shares). These sets contain
power traces as well as the corresponding data processed.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment