ARM NEON Salsa20/12.

This commit is contained in:
Adam Ierymenko 2017-04-19 15:58:20 -07:00
commit 8e1ac9fb0c
4 changed files with 2257 additions and 0 deletions

View file

@ -1,3 +1,6 @@
#ifndef ZT_X64_SALSA2012_ASM
#define ZT_X64_SALSA2012_ASM
#ifdef __cplusplus
extern "C" {
#endif
@ -9,3 +12,5 @@ extern int zt_salsa2012_amd64_xmm6(unsigned char *, unsigned long long, const un
#ifdef __cplusplus
}
#endif
#endif