more management

This commit is contained in:
swrup 2025-10-18 18:19:09 +02:00
parent 85ddb8194f
commit 2a4ff1a35b
6 changed files with 68 additions and 14 deletions

View file

@ -9,6 +9,11 @@
(modules gen_taler_signatures)
(libraries fmt angstrom))
(executable
(name gen_eddsa_key)
(modules gen_eddsa_key)
(libraries fmt mirage-crypto-rng.unix mirage-crypto-ec b32))
(executable
(name parse_config)
(modules parse_config)