c: Implement the passgeny module.

This is the C implementation of the passgeny library.
This commit is contained in:
2021-11-14 09:16:34 +01:00
parent 67ec1180dd
commit f927eea9aa
5 changed files with 408 additions and 8 deletions

View File

@ -1,3 +1,4 @@
subdir('bhash')
subdir('phogen')
subdir('passgeny')
subdir('cli')