index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
age_restriction.c
Age
Commit message (
Expand
)
Author
2022-08-22
-fix clang compiler warnings
Christian Grothoff
2022-06-26
-fix valgrind complaints
Özgür Kesim
2022-04-27
-fix derivation, logging
Florian Dold
2022-04-26
age restriction: make seed a HashCode due to endianess and security level con...
Florian Dold
2022-04-26
-remove debug logging
Florian Dold
2022-04-26
various age restriction fixes, some of them half-baked
Florian Dold
2022-04-26
-use uint32_t instead of uint8_t + padding for the age
Özgür Kesim
2022-04-26
use htonl, not GNUNET_htonll
Florian Dold
2022-04-26
fix age attestation signature padding and endianess
Florian Dold
2022-04-22
-fixed tests for age restriction, now using correct seed
Özgür Kesim
2022-04-21
Fixed seed size for TALER_age_restriction_commit
Özgür Kesim
2022-03-28
-rename variable
Özgür Kesim
2022-03-28
[age restriction] progress 19/19 (final) - Use Edx25519 for crypto
Özgür Kesim
2022-03-22
implement helper functions for p2p signatures, clean up existing signature logic
Christian Grothoff
2022-03-08
-ensure label has no zero bytes
Özgür Kesim
2022-03-03
[age restriction] progress 18/n - attestation tested
Özgür Kesim
2022-03-02
-refactor TALER_AgeMask.mask -> TALER_AgeMask.bits
Özgür Kesim
2022-03-01
[age restriction] progress 17/n - attestation implemented
Özgür Kesim