Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
compare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
28a6d424
authored
Nov 16, 2019
by
Enrico Pozzobon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed submissions
parent
96135f03
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
get_submissions.sh
+6
-2
logs/.mkdir
+0
-0
test.py
+3
-1
No files found.
get_submissions.sh
View file @
28a6d424
...
...
@@ -2,7 +2,11 @@
mkdir
-p
all-lwc-submission-files
cd
all-lwc-submission-files
wget https://csrc.nist.gov/CSRC/media/Projects/Lightweight-Cryptography/documents/round-1/submissions/all-lwc-submission-files.zip
unzip all-lwc-submission-files.zip
wget https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/round-2/submissions-rnd2/all-round-2-lwc-candidates.zip
unzip all-round-2-lwc-candidates.zip
rm all-round-2-lwc-candidates.zip
for
i
in
./
*
.zip
;
do
unzip
$i
;
done
rm
*
.zip
cd
..
logs/.mkdir
deleted
100644 → 0
View file @
96135f03
test.py
View file @
28a6d424
...
...
@@ -137,7 +137,9 @@ def begin_measurement():
import
saleae
import
time
sal
=
saleae
.
Saleae
()
sal
.
set_active_channels
([
1
,
2
],
[])
# Channel 0 is reset
# Channel 1 is crypto_busy
sal
.
set_active_channels
([
0
,
1
],
[])
sal
.
set_sample_rate
(
sal
.
get_all_sample_rates
()[
0
])
sal
.
set_capture_seconds
(
6000
)
sal
.
capture_start
()
...
...
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