[WIP] xchacha20 SVP64 implementation using pypowersim wrapper
authorKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Sun, 12 Mar 2023 10:44:43 +0000 (10:44 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 2 Jun 2023 18:51:16 +0000 (19:51 +0100)
commitd345693aa8a5089cfc0080ed5bc3f5d0abf37603
tree7c08947e12d61ec06feb58660e82cc05a2c6f4c7
parentd18b07f9277ed5fb905a7fd4802aa88800261cd8
[WIP] xchacha20 SVP64 implementation using pypowersim wrapper
crypto/chacha20/Makefile
crypto/chacha20/src/xchacha20.c
crypto/chacha20/src/xchacha20_svp64.s [new file with mode: 0644]
crypto/chacha20/src/xchacha20_wrapper.c [new file with mode: 0644]
crypto/chacha20/src/xchacha20_wrapper.h [new file with mode: 0644]