blob: d38473a9ff8c8c77ca2cfaa8327d7ff85b608bab (
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_xmm6_implementation;
|