summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_stream/salsa20/xmm6/salsa20_xmm6.h
blob: d88542fd24416eca1d8fb9959960c4f01ebc85d5 (plain)
1
2
3
4
5
6
7
8
9

#include <stdint.h>

#include "../stream_salsa20.h"
#include "crypto_stream_salsa20.h"
#include "salsa20_xmm6-asm_namespace.h"

extern struct crypto_stream_salsa20_implementation
    crypto_stream_salsa20_xmm6_implementation;