diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-03-03 19:35:24 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-03-03 19:35:24 +0100 |
commit | 4c53d42e44cbab55194b2f0fb71ffc3cb082b56a (patch) | |
tree | ad506b81aa2a8f1801224a10d1dc12795a846091 /.gitignore | |
parent | 476ae5380823f287421885bac15871dc970d53e7 (diff) |
[age restriction] progress 18/n - attestation tested
- Unit-tests for commit, derive, attest and verify added, with multiple
combinations of minimum age and commited age.
- Fixed crypto implementation (eddsa -> ecdsa)
- Using now standard functionality from GNUNET:
GNUNET_CRYPTO_ecdsa_{private,public}_key_derive
All tests pass (unit tests in util/ and 'make check' in testing).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9fbf5b058..ace3682e2 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ src/wire-plugins/test_wire_plugin src/wire-plugins/test_wire_plugin_transactions_taler_bank src/pq/test_pq src/sq/test_sq +src/util/test_age_restriction src/util/test_amount src/util/test_crypto src/util/test_json |