5 Commits

Author SHA1 Message Date
bcae51ead9 c,python: Use little-endina byte order for bigint arithmetics
This better matches what one would expect from the hex or base64
(upcoming) formats.
2021-11-15 01:13:17 +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