lokinet/crypto/chacha20/dolbeau/chacha20_dolbeau-avx2.h

9 lines
206 B
C
Raw Normal View History

2018-10-23 11:29:37 +00:00
#include <stdint.h>
#include "../stream_chacha20.h"
#include <sodium/crypto_stream_chacha20.h>
extern struct crypto_stream_chacha20_implementation
crypto_stream_chacha20_dolbeau_avx2_implementation;