rewrite loop
[openpower-isa.git] / crypto /
2023-03-17 Konstantinos Marga... rewrite loop
2023-03-17 Konstantinos Marga... Refactor code, add quarterround macros
2023-03-17 Konstantinos Marga... Add xchacha_encrypt_bytes_svp64 wrapper function
2023-03-12 Konstantinos Marga... First working version of SVP64 arm xchacha_hchacha20...
2023-03-12 Konstantinos Marga... WIP: fixed some registers, wrong VL
2023-03-12 Konstantinos Marga... uncomment loop
2023-03-12 Luke Kenneth Casso... parameterise svstep RT (set to 16 in chacha20 test)
2023-03-12 Konstantinos Marga... fix tabs
2023-03-12 Konstantinos Marga... [WIP] xchacha20 SVP64 implementation using pypowersim...
2023-02-20 Luke Kenneth Casso... after move data to new directory, update runner-script...
2023-01-01 Luke Kenneth Casso... gaah a mess (but working)
2023-01-01 Luke Kenneth Casso... use qemu user-mode to run cross-compiled xchacha20
2023-01-01 Luke Kenneth Casso... ascii dump on xchacha20 to compare against x86 version
2023-01-01 Luke Kenneth Casso... add -mno-altivec option to xchacha20 test
2022-12-30 Luke Kenneth Casso... relocate main() to a single section
2022-12-29 Luke Kenneth Casso... add .gitignore
2022-12-29 Luke Kenneth Casso... add cross-compiled test of xchacha20 suitable for runni...
2022-12-29 Luke Kenneth Casso... simplify by running smallest test
2022-12-29 Luke Kenneth Casso... add bryan hawkins chacha20 source from