[WIP] xchacha20 SVP64 implementation using pypowersim wrapper
authorKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Sun, 12 Mar 2023 10:44:43 +0000 (10:44 +0000)
committerKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Sun, 12 Mar 2023 10:44:43 +0000 (10:44 +0000)
commit017fed038ee71da9ede4c5571cfb87c51a8fa2b8
tree7c08947e12d61ec06feb58660e82cc05a2c6f4c7
parentb2981a08c583e6787cfa6d056b60668c5951f83d
[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]