aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the program actually workThomas Voss 2023-08-201-6/+20
|
* Make the ‘b32toa’ dest a uint8_t*Thomas Voss 2023-08-201-1/+1
|
* Minor reformatting fixThomas Voss 2023-08-201-6/+6
|
* Nicer memory managementThomas Voss 2023-08-111-2/+4
|
* Add a totp_print() functionThomas Voss 2023-08-111-27/+22
|
* Remove unused variableThomas Voss 2023-08-111-2/+1
|
* Ditch DIE() & DIEX(), and introduce WARNX_AND_RET()Thomas Voss 2023-08-111-42/+34
|
* Genesis commitThomas Voss 2023-08-111-0/+265