salsa20_ref.h 186 B

12345678
  1. #include <stdint.h>
  2. #include "../stream_salsa20.h"
  3. #include "crypto_stream_salsa20.h"
  4. extern struct crypto_stream_salsa20_implementation
  5. crypto_stream_salsa20_ref_implementation;