summaryrefslogtreecommitdiff
path: root/src/util/test_age_restriction.c
AgeCommit message (Collapse)Author
2022-04-27-loggingFlorian Dold
2022-04-27-fix derivation, loggingFlorian Dold
2022-04-26age restriction: make seed a HashCode due to endianess and security level ↵Florian Dold
concerns
2022-04-22-fixed tests for age restriction, now using correct seedÖzgür Kesim
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).