pysvp64db: fix traversal
[openpower-isa.git] / crypto /
2023-10-11 Sadoon Albaderadd basic isacaller inlining to poly1305-donna.py
2023-10-03 Sadoon Albaderfixed another serious bug, C should output to CSV
2023-10-03 Sadoon Albaderadd rudementary test script
2023-10-03 Sadoon Albaderadd python poly1305 test that uses random data input
2023-10-03 Sadoon Albaderfix huge bug with C poly1305 function call
2023-10-03 Sadoon Albaderadded poly1305 random message tester
2023-09-17 Konstantinos Marga... remove OpenSSL dependency, use own SHA512 hash
2023-09-14 Konstantinos Marga... WIP: Initial attempt to port ed25519 to SVP64
2023-09-14 Konstantinos Marga... add .gitignore files
2023-09-10 Andrey Miroshnikovpypowersim_wrapper_common.h: Home path no longer hard...
2023-03-25 Luke Kenneth Casso... all whitespace. reduce to under 80 chars
2023-03-25 Konstantinos Marga... fix docs to align with recent change in setvl syntax...
2023-03-25 Luke Kenneth Casso... whitespace - 80 char limit
2023-03-25 Luke Kenneth Casso... in xchacha20 svp64 assembler remove r22 from setvl and
2023-03-20 Konstantinos Marga... add .bin files to target
2023-03-20 Konstantinos Marga... fix typo
2023-03-20 Konstantinos Marga... and *.elf files
2023-03-20 Konstantinos Marga... also clean *.bin files
2023-03-20 Konstantinos Marga... Enable compilation and execution on x86 as well
2023-03-18 Luke Kenneth Casso... brief explanation of Vertical-First
2023-03-18 Luke Kenneth Casso... spelling
2023-03-18 Luke Kenneth Casso... whitespace cleanup
2023-03-18 Konstantinos Marga... Documentation about SVP64 implementation of XChacha20
2023-03-18 Konstantinos Marga... fix tabs
2023-03-18 Konstantinos Marga... final working version
2023-03-18 Konstantinos Marga... add for syntax highlighting
2023-03-18 Konstantinos Marga... comment some prints, use correct boundaries when copyin...
2023-03-18 Konstantinos Marga... use svp64 version
2023-03-18 Konstantinos Marga... print correct/svp64 cipher text
2023-03-17 Konstantinos Marga... Add xchacha_encrypt_bytes_svp64
2023-03-17 Konstantinos Marga... call xchacha_encrypt_bytes_svp64
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