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


Included Files


Preprocessor definitions

#define JH_SIMPLE_H_

#define JH224_BLOCKSIZE 512

#define JH224_BLOCKSIZE_B

#define JH256_BLOCKSIZE 512

#define JH256_BLOCKSIZE_B

#define JH384_BLOCKSIZE 512

#define JH384_BLOCKSIZE_B

#define JH512_BLOCKSIZE 512

#define JH512_BLOCKSIZE_B


Typedef jh_ctx_t

typedef struct {...} jh_ctx_t
struct  
   {  
      uint8_t a[128];  
      uint32_t block_hashed;  
   }