Commit Graph

7 Commits

Author SHA1 Message Date
c869c79619 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.
2021-11-14 09:17:41 +01:00
f927eea9aa c: Implement the passgeny module.
This is the C implementation of the passgeny library.
2021-11-14 09:16:34 +01:00
67ec1180dd c: Implement the C implementation of the bhash module 2021-11-14 09:15:55 +01:00
560db14a85 c: Finish the phogen module
This commit implements the `phogen_encode` function, which takes a bhash
as argument and generates a phonetic string.
2021-11-14 09:12:20 +01:00
638f1771a8 meson: Setup the Meson build infrastructure 2021-09-28 11:36:20 +02:00
9d3ffdadf5 c: Add skeleton filesfor the CLI tool
This is prep work for the moving to Meson.
2021-09-28 11:36:20 +02:00
50b0758ffc phogen: Add the C implementation of the phoentic generator 2021-09-28 11:36:20 +02:00