summaryrefslogtreecommitdiff
path: root/src/util/tv_age_restriction.c
AgeCommit message (Collapse)Author
2022-07-08rename paramThien-Thi Nguyen
The new name now matches the documentation and the header file. * src/util/tv_age_restriction.c (age_mask_to_string): Rename param from ‘m’ to ‘mask’; update all references.
2022-07-07-fixed doxygen errorsÖzgür Kesim
2022-06-26-fix typosChristian Grothoff
2022-06-05fixed typoÖzgür Kesim
2022-04-26age restriction: make seed a HashCode due to endianess and security level ↵Florian Dold
concerns
2022-04-21Fixed seed size for TALER_age_restriction_commitÖzgür Kesim
Also, added src/util/tv_age_restriction.{c,json} for/as test vectors for age restriction.