Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-09 | properly handle GONE case on purse deposit | Christian Grothoff | |
2022-04-27 | -logging | Florian Dold | |
2022-04-27 | -fix derivation, logging | Florian Dold | |
2022-04-26 | age 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). |