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


Included Files


Preprocessor definitions

#define BMW_SMALL_H_

#define BMW_SMALL_BLOCKSIZE 512

#define BMW_SMALL_BLOCKSIZE_B

#define BMW224_BLOCKSIZE BMW_SMALL_BLOCKSIZE

#define BMW224_BLOCKSIZE_B BMW_SMALL_BLOCKSIZE_B

#define BMW256_BLOCKSIZE BMW_SMALL_BLOCKSIZE

#define BMW256_BLOCKSIZE_B BMW_SMALL_BLOCKSIZE_B


Typedef bmw_small_ctx_t

typedef struct {...} bmw_small_ctx_t
struct  
   {  
      uint32_t h[16];  
      uint32_t counter;  
   }  

Typedef bmw224_ctx_t

typedef bmw_small_ctx_t bmw224_ctx_t
See: Typedef bmw_small_ctx_t

Typedef bmw256_ctx_t

typedef bmw_small_ctx_t bmw256_ctx_t
See: Typedef bmw_small_ctx_t