index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
crypto.c
Age
Commit message (
Expand
)
Author
2019-11-28
remove patch_private_key, as it doesn't make any sense
Florian Dold
2019-10-31
tighten formatting rules
Christian Grothoff
2019-09-05
fix compiler warnings, add assertions
Christian Grothoff
2019-08-25
re-format code
Florian Dold
2019-05-02
replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth
Christian Grothoff
2017-11-29
fixing #5178
Christian Grothoff
2017-10-31
major API refactoring, adding planchet generation and coin extraction APIs to...
Christian Grothoff
2017-10-31
rename: TALER_setup_planchet -> TALER_planchet_setup_refresh
Christian Grothoff
2017-10-31
rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coi...
Christian Grothoff
2017-06-04
fixing misc doxygen issues
Christian Grothoff
2017-04-20
fix misc doxygen issues
Christian Grothoff
2016-08-11
Kinda seems to work
Jeff Burdges
2016-08-11
This might fix the compile error
Jeff Burdges
2016-08-08
Use KDF better
Jeff Burdges
2016-08-08
Copy bit twiddling from libgcrypt/cipher/ecc.c
Jeff Burdges
2016-08-05
first half of changing refresh protocol to derive all key data from DH
Christian Grothoff
2016-07-07
fixing #4594
Marcello Stanisci
2016-05-24
fix #4483
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-08-09
doxygen-fixes
Christian Grothoff
2015-08-08
completing TALER_MINT_refresh_melt implementation
Christian Grothoff
2015-07-15
-fix ftbfs in wallet-only mode
Christian Grothoff
2015-06-02
-include wallet headers if compiling wallet library
Christian Grothoff
2015-05-18
Merge branch 'master' of git+ssh://taler.net/var/git/mint
Christian Grothoff
2015-05-18
fix reporting in constructor
Christian Grothoff
2015-05-17
add test for varsize pq operation
Christian Grothoff
2015-05-16
-fix doxygen errors
Christian Grothoff
2015-05-16
eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol
Christian Grothoff
2015-05-01
minor bugfixes
Christian Grothoff
2015-04-18
implementing TALER_refresh_link_encrypted_encode, and adding test
Christian Grothoff
2015-04-15
finish #3777 including testing
Christian Grothoff
2015-04-15
moving core refresh crypto logic to util -- towards fixing #3777
Christian Grothoff
2015-04-13
basic tests for crypto functions
Christian Grothoff
2015-04-13
rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it contai...
Christian Grothoff
2015-03-28
-doxygen fixes
Christian Grothoff
2015-03-27
major rename-fest for more constent symbol names
Christian Grothoff
2015-03-22
fix #3638
Christian Grothoff
2015-03-22
this is actually OK
Christian Grothoff
2015-02-08
bringing copyright tags up to FSF standard
Christian Grothoff
2015-01-29
finish cleanup of /refresh/commit parsing
Christian Grothoff
2015-01-28
even cleaner separation of PostGres-specific logic, and nicer libtalerutil he...
Christian Grothoff
2015-01-28
move coin validity test to libtalerutil
Christian Grothoff
2015-01-28
cleaning up includes
Christian Grothoff
2015-01-27
cleaning up types used some more: also use a new struct for the transfer key ...
Christian Grothoff
2015-01-27
cleaning up types used
Christian Grothoff
2015-01-27
mint-httpd_db.c now compiles again
Christian Grothoff
2015-01-27
implementing new link crypto API
Christian Grothoff
2015-01-27
rework taler lib, moving some code to GNUnet, cleaner refresh encrypt/decypt API
Christian Grothoff