blob: 0924e9baff2f662f2643796959cd0a0662d5f300 (
plain)
1
2
3
4
5
6
7
8
|
#include <stdint.h>
#include "../stream_salsa20.h"
#include "crypto_stream_salsa20.h"
extern struct crypto_stream_salsa20_implementation
crypto_stream_salsa20_xmm6int_avx2_implementation;
|