after move data to new directory, update runner-script to match
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Feb 2023 12:44:03 +0000 (12:44 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Feb 2023 12:44:07 +0000 (12:44 +0000)
crypto/chacha20/chacha20.cipher [deleted file]
crypto/chacha20/chacha20.iv [deleted file]
crypto/chacha20/chacha20.key [deleted file]
crypto/chacha20/chacha20.plain [deleted file]
crypto/chacha20/chacha20.sh
crypto/chacha20/data/chacha20.cipher [new file with mode: 0644]
crypto/chacha20/data/chacha20.iv [new file with mode: 0644]
crypto/chacha20/data/chacha20.key [new file with mode: 0644]
crypto/chacha20/data/chacha20.plain [new file with mode: 0644]

diff --git a/crypto/chacha20/chacha20.cipher b/crypto/chacha20/chacha20.cipher
deleted file mode 100644 (file)
index d1cfe45..0000000
Binary files a/crypto/chacha20/chacha20.cipher and /dev/null differ
diff --git a/crypto/chacha20/chacha20.iv b/crypto/chacha20/chacha20.iv
deleted file mode 100644 (file)
index e3d1d49..0000000
+++ /dev/null
@@ -1 +0,0 @@
-£EõÏ\80#Q|Àüðut\8c\86_}èÊ\fr6«Ú
\ No newline at end of file
diff --git a/crypto/chacha20/chacha20.key b/crypto/chacha20/chacha20.key
deleted file mode 100644 (file)
index 4b14231..0000000
+++ /dev/null
@@ -1 +0,0 @@
-^Å\8bmQOà¥o\1e\rê{Ü Z\10õ¶\18½¶ò&/ÌY{²0³ï
\ No newline at end of file
diff --git a/crypto/chacha20/chacha20.plain b/crypto/chacha20/chacha20.plain
deleted file mode 100644 (file)
index 327f38d..0000000
Binary files a/crypto/chacha20/chacha20.plain and /dev/null differ
index 5fb465810304f95fc19635147daa9d886afec97c..b12de2fa0ed062a4cdb6fe51666d22cfe5276d5c 100755 (executable)
@@ -4,10 +4,10 @@
 pypowersim -g chacha20.gpr \
        -s common.spr \
        -p 0x20000000 \
-    -l ./chacha20.key:0x600000 \
-    -l ./chacha20.iv:0x700000 \
-    -l ./chacha20.cipher:0x800000 \
-    -l ./chacha20.plain:0x900000 \
+    -l ./data/chacha20.key:0x600000 \
+    -l ./data/chacha20.iv:0x700000 \
+    -l ./data/chacha20.cipher:0x800000 \
+    -l ./data/chacha20.plain:0x900000 \
     -d ./chacha20.out:0x500000:128 \
        -i chacha20test.bin
 #cmp ${2} data/audio/mp3/mp3_0_data/samples${1}
diff --git a/crypto/chacha20/data/chacha20.cipher b/crypto/chacha20/data/chacha20.cipher
new file mode 100644 (file)
index 0000000..d1cfe45
Binary files /dev/null and b/crypto/chacha20/data/chacha20.cipher differ
diff --git a/crypto/chacha20/data/chacha20.iv b/crypto/chacha20/data/chacha20.iv
new file mode 100644 (file)
index 0000000..e3d1d49
--- /dev/null
@@ -0,0 +1 @@
+£EõÏ\80#Q|Àüðut\8c\86_}èÊ\fr6«Ú
\ No newline at end of file
diff --git a/crypto/chacha20/data/chacha20.key b/crypto/chacha20/data/chacha20.key
new file mode 100644 (file)
index 0000000..4b14231
--- /dev/null
@@ -0,0 +1 @@
+^Å\8bmQOà¥o\1e\rê{Ü Z\10õ¶\18½¶ò&/ÌY{²0³ï
\ No newline at end of file
diff --git a/crypto/chacha20/data/chacha20.plain b/crypto/chacha20/data/chacha20.plain
new file mode 100644 (file)
index 0000000..327f38d
Binary files /dev/null and b/crypto/chacha20/data/chacha20.plain differ