You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

log.c 180B

12345678910
  1. #include "log.h"
  2. void log_progress(uint32_t uid, uint8_t type, uint64_t key, uint32_t block,
  3. uint32_t diff, uint32_t auth)
  4. {
  5. }
  6. void log_key(uint32_t block, uint64_t key)
  7. {
  8. }