summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
AgeCommit message (Expand)Author
2022-02-04implement feedbackLucien Heuzeveldt
2022-02-04-scope neededChristian Grothoff
2022-02-04refactoringGian Demarmels
2022-02-04removed varargsGian Demarmels
2022-02-04set planchet detail cipher, add cipher checksLucien Heuzeveldt
2022-02-04clean up cs implementationLucien Heuzeveldt
2022-02-04remove varargs in cs crypto implementationLucien Heuzeveldt
2022-02-04fixed CS signatures and cleanup/refactoringGian Demarmels
2022-02-04add sign and verify implementationGian Demarmels
2022-02-04sign_blinded implementationGian Demarmels
2022-02-04implemented planchet_prepare for CSGian Demarmels
2022-02-04added CS get R functionality and planchet setupGian Demarmels
2022-02-04CS planchet create and withdraw createGian Demarmels
2022-02-04added CS data structures, implemented CS keypairGian Demarmels
2021-11-25-fixChristian Grothoff
2021-11-16[age restriction] progress 3/nÖzgür Kesim
2021-11-14age restriction (load per denomination). 3/nÖzgür Kesim
2021-11-10age restriction progress 2/nÖzgür Kesim
2021-11-06RSA-despecializationChristian Grothoff
2021-11-05more crypto refactoringChristian Grothoff
2021-11-05more crypto refactoringChristian Grothoff
2021-11-05-fixesChristian Grothoff
2021-10-31distinguish between blind and non-blind denomination signaturesChristian Grothoff
2021-10-27-fix more FTBFSChristian Grothoff
2021-10-27start to work on transformationChristian Grothoff
2020-12-25add check for sufficiently recent version of libgnunetutil, remove now unnece...Christian Grothoff
2020-12-20misc doxygen fixesChristian Grothoff
2020-12-04copy (un)blinding logic from GNUnetFlorian Dold
2020-12-04conditionally use (un)blinding implementation from libgnunetutilFlorian Dold
2020-04-12remove c_hash from planchet detail where it does not logically belongChristian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-17adjust types to match latest GNUnet APIChristian Grothoff
2020-03-07code cleanup (comments, scoping, naming, indentation)Christian Grothoff
2020-03-01add ENABLE_SANITY_CHECKS #define instead of using '1'Christian Grothoff
2020-01-19separate util.c and url.cChristian Grothoff
2020-01-18doxygenChristian Grothoff
2019-11-28remove patch_private_key, as it doesn't make any senseFlorian Dold
2019-10-31tighten formatting rulesChristian Grothoff
2019-09-05fix compiler warnings, add assertionsChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2017-11-29fixing #5178Christian Grothoff
2017-10-31major API refactoring, adding planchet generation and coin extraction APIs to...Christian Grothoff
2017-10-31rename: TALER_setup_planchet -> TALER_planchet_setup_refreshChristian Grothoff
2017-10-31rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coi...Christian Grothoff
2017-06-04fixing misc doxygen issuesChristian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2016-08-11Kinda seems to workJeff Burdges
2016-08-11This might fix the compile errorJeff Burdges
2016-08-08Use KDF betterJeff Burdges