File nut/include/contrib/crypto/salsa20.h


Included Files


Preprocessor definitions

#define SALSA20_H_

Typedef salsa20_ctx_t

typedef struct {...} salsa20_ctx_t
struct  
   {  
      union  
        {  
            uint8_t v8[64];  
            uint64_t v64[8];  
        }  
     a;  
      uint8_t buffer[64];  
      uint8_t buffer_idx;  
   }