From: Luke Kenneth Casson Leighton Date: Mon, 20 Feb 2023 12:44:03 +0000 (+0000) Subject: after move data to new directory, update runner-script to match X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17eeb741b2cdc63bce571606dc5a3f508bae64f2;p=openpower-isa.git after move data to new directory, update runner-script to match --- diff --git a/crypto/chacha20/chacha20.cipher b/crypto/chacha20/chacha20.cipher deleted file mode 100644 index d1cfe454..00000000 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 index e3d1d499..00000000 --- a/crypto/chacha20/chacha20.iv +++ /dev/null @@ -1 +0,0 @@ -£Eõπ#Q|ÀüðutŒ†_}èÊ r6«Ú \ No newline at end of file diff --git a/crypto/chacha20/chacha20.key b/crypto/chacha20/chacha20.key deleted file mode 100644 index 4b142311..00000000 --- a/crypto/chacha20/chacha20.key +++ /dev/null @@ -1 +0,0 @@ -^ŋmQOà¥o ê{Ü Zõ¶½¶ò&/ÌY{²0³ï \ No newline at end of file diff --git a/crypto/chacha20/chacha20.plain b/crypto/chacha20/chacha20.plain deleted file mode 100644 index 327f38d2..00000000 Binary files a/crypto/chacha20/chacha20.plain and /dev/null differ diff --git a/crypto/chacha20/chacha20.sh b/crypto/chacha20/chacha20.sh index 5fb46581..b12de2fa 100755 --- a/crypto/chacha20/chacha20.sh +++ b/crypto/chacha20/chacha20.sh @@ -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 index 00000000..d1cfe454 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 index 00000000..e3d1d499 --- /dev/null +++ b/crypto/chacha20/data/chacha20.iv @@ -0,0 +1 @@ +£Eõπ#Q|ÀüðutŒ†_}èÊ r6«Ú \ No newline at end of file diff --git a/crypto/chacha20/data/chacha20.key b/crypto/chacha20/data/chacha20.key new file mode 100644 index 00000000..4b142311 --- /dev/null +++ b/crypto/chacha20/data/chacha20.key @@ -0,0 +1 @@ +^ŋmQOà¥o ê{Ü Zõ¶½¶ò&/Ì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 index 00000000..327f38d2 Binary files /dev/null and b/crypto/chacha20/data/chacha20.plain differ