summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
AgeCommit message (Collapse)Author
2019-11-28remove patch_private_key, as it doesn't make any senseFlorian Dold
In particular, we were patching the EdDSA private keys, which are *hashed* before doing the curve multiplication. Thus clearing the bits *before* the hashing doesn't make any sense at all. These bits are cleared anyway when deriving the public key.
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 ↵Christian Grothoff
to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced
2017-10-31rename: TALER_setup_planchet -> TALER_planchet_setup_refreshChristian Grothoff
2017-10-31rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and ↵Christian Grothoff
TALER_setup_fresh_coin -> TALER_setup_planchet
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
We now send the secret_seed to the skm variable, while sending the counter salt to the xts variable. I have not check this with http://eprint.iacr.org/2010/264 but it seems correct. Indeed rsa_blinding_key_derive places the strong source of randomness in skm too, and uses a constant string for xts.
2016-08-08Copy bit twiddling from libgcrypt/cipher/ecc.cJeff Burdges
Reversed order buisness agrees with KC's experence from gnunet-rs
2016-08-05first half of changing refresh protocol to derive all key data from DHChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-05-24fix #4483Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-08-09doxygen-fixesChristian Grothoff
2015-08-08completing TALER_MINT_refresh_melt implementationChristian Grothoff
2015-07-15-fix ftbfs in wallet-only modeChristian Grothoff
2015-06-02-include wallet headers if compiling wallet libraryChristian Grothoff
2015-05-18Merge branch 'master' of git+ssh://taler.net/var/git/mintChristian Grothoff
2015-05-18fix reporting in constructorChristian Grothoff
2015-05-17add test for varsize pq operationChristian Grothoff
2015-05-16-fix doxygen errorsChristian Grothoff
2015-05-16eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocolChristian Grothoff
2015-05-01minor bugfixesChristian Grothoff
2015-04-18implementing TALER_refresh_link_encrypted_encode, and adding testChristian Grothoff
2015-04-15finish #3777 including testingChristian Grothoff
2015-04-15moving core refresh crypto logic to util -- towards fixing #3777Christian Grothoff
2015-04-13basic tests for crypto functionsChristian Grothoff
2015-04-13rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it ↵Christian Grothoff
contains a pointer and is thus not (P)acked
2015-03-28-doxygen fixesChristian Grothoff
2015-03-27major rename-fest for more constent symbol namesChristian Grothoff
2015-03-22fix #3638Christian Grothoff
2015-03-22this is actually OKChristian Grothoff
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-01-29finish cleanup of /refresh/commit parsingChristian Grothoff
2015-01-28even cleaner separation of PostGres-specific logic, and nicer libtalerutil ↵Christian Grothoff
headers
2015-01-28move coin validity test to libtalerutilChristian Grothoff
2015-01-28cleaning up includesChristian Grothoff
2015-01-27cleaning up types used some more: also use a new struct for the transfer key ↵Christian Grothoff
secret
2015-01-27cleaning up types usedChristian Grothoff
2015-01-27mint-httpd_db.c now compiles againChristian Grothoff
2015-01-27implementing new link crypto APIChristian Grothoff
2015-01-27rework taler lib, moving some code to GNUnet, cleaner refresh encrypt/decypt APIChristian Grothoff