Commit 28a6d424 by Enrico Pozzobon

changed submissions

parent 96135f03
......@@ -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 ..
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment