Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-28 | -fix leak in test_age_restriction.c | Özgür Kesim | |
2022-03-04 | [age restriction] added unit test for get_age_group | Özgür Kesim | |
2022-03-03 | [age restriction] progress 18/n - attestation tested | Özgür Kesim | |
- 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). |