Version v0.3.16 - "Adding entropy sources"

This commit is contained in:
2025-10-04 07:21:02 -04:00
parent f87b2dbd8f
commit abe87e865b
5 changed files with 74 additions and 5 deletions

1
otp.h
View File

@@ -223,6 +223,7 @@ void show_progress(uint64_t current, uint64_t total, time_t start_time);
int read_state_offset(const char* pad_chksum, uint64_t* offset);
int write_state_offset(const char* pad_chksum, uint64_t offset);
int calculate_checksum(const char* filename, char* checksum_hex);
int calculate_checksum_with_progress(const char* filename, char* checksum_hex, int display_progress, uint64_t file_size);
////////////////////////////////////////////////////////////////////////////////
// UNIVERSAL CORE FUNCTIONS FOR CODE CONSOLIDATION