gaah a mess (but working)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 1 Jan 2023 23:32:29 +0000 (23:32 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 1 Jan 2023 23:32:29 +0000 (23:32 +0000)
commit743846019f66dcf5058a323faf34b90c52b2f258
treeb0b59d60650a62c59b40bd38e67515cd248b2616
parent55efda526a634379300df32099066820f02a0561
gaah a mess (but working)
as there is no elf-loading in pypowersim, .data .rodata .eh_frame and other
information is missing and/or in the wrong place.

had to get things working exactly as in media/mp3_0.sh, which is to call
just the one function with the input data pre-loaded into specific memory
locations
13 files changed:
crypto/chacha20/.gitignore
crypto/chacha20/Makefile
crypto/chacha20/Makefile.cross
crypto/chacha20/calling-conv [new file with mode: 0644]
crypto/chacha20/chacha20.cipher [new file with mode: 0644]
crypto/chacha20/chacha20.gpr
crypto/chacha20/chacha20.iv [new file with mode: 0644]
crypto/chacha20/chacha20.key [new file with mode: 0644]
crypto/chacha20/chacha20.plain [new file with mode: 0644]
crypto/chacha20/chacha20.sh
crypto/chacha20/src/svp64test.c
crypto/chacha20/src/test.c
crypto/chacha20/src/xchacha20.c