Нет описания

entropy.h 208B

1234567891011121314151617
  1. #ifndef _ENTROPY_FUN_H
  2. #define _ENTROPY_FUN_H
  3. #if defined(__cplusplus)
  4. extern "C"
  5. {
  6. #endif
  7. int entropy_fun(unsigned char buf[], unsigned int len);
  8. #if defined(__cplusplus)
  9. }
  10. #endif
  11. #endif