c: Implement the CLI tool

The CLI tool should have feature parity with the Python equivalent.

Both implementations generate the same hashes so the algorithm seems to
be sound.
This commit is contained in:
2021-11-14 09:17:41 +01:00
parent f927eea9aa
commit c869c79619
2 changed files with 288 additions and 1 deletions

View File

@ -1,2 +1,2 @@
executable('passgeny', 'src/passgeny.c', dependencies: phogen_dep)
executable('passgeny', 'src/main.c', dependencies: [passgeny_dep])