quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

chacha20_dolbeau-ssse3.h (200B)


      1 
      2 #include <stdint.h>
      3 
      4 #include "../stream_chacha20.h"
      5 #include "crypto_stream_chacha20.h"
      6 
      7 extern struct crypto_stream_chacha20_implementation
      8     crypto_stream_chacha20_dolbeau_ssse3_implementation;