summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-11add support to the new timestamp formatHEADmasterSebastian
2020-08-24Migrate to Kotlin 1.4Torsten Grote
2020-08-17Provide a blocking API for iOS (until Kotlin 1.4 is out)Torsten Grote
2020-08-14Make the wallet lib actually use the common libTorsten Grote
2020-08-14Add Taler common multiplatform library to projectTorsten Grote
2020-08-04Add exchange management to public wallet APITorsten Grote
2020-08-04add seperate def file for libsodium static (needed for ios only)Jonathan Buchanan
2020-08-03Implement beginning of public API for iOS testTorsten Grote
2020-08-03comment out libsodium cinterop static linkingTorsten Grote
2020-08-03Add libsodium library paths for Debian and FedoraTorsten Grote
2020-08-03remove reserve related files that were not meant to be committedTorsten Grote
2020-08-02link libsodium staticallyJonathan Buchanan
2020-07-31clean up build script and remove duplicated codeTorsten Grote
2020-07-29Upgrade Taler URI to new formatTorsten Grote
2020-07-29Fix Amount multiplication with zero and add more multiplication testsTorsten Grote
2020-07-28add build configuration for iosJonathan Buchanan
2020-07-15Add payto URI parsing with basic testsTorsten Grote
2020-07-15Get withdrawal details from exchange with selected denominationsTorsten Grote
2020-07-14Select denominations for withdrawal (with tests)Torsten Grote
2020-07-13Finish prototype of adding/updating an exchangeTorsten Grote
2020-07-08Add initial code for updating an exchangeTorsten Grote
2020-07-08Add class to handle libtool-style semantic versioning with testTorsten Grote
2020-07-06Use custom serializer for Amount and improve withdrawal info testTorsten Grote
2020-07-03First prototype for getting withdrawal information from bankTorsten Grote
2020-07-03Add copyright headers to all files and add IDE copyright setupTorsten Grote
2020-07-03Add Taler withdraw URI parsing with testTorsten Grote
2020-07-02Add refresh crypto with testsTorsten Grote
2020-06-30Add incremental hashing (needed for creating refresh sessions)Torsten Grote
2020-06-30Add Deposit signing and testTorsten Grote
2020-06-29Add signing of RecoupRequest with testsTorsten Grote
2020-06-29Add verification methods for various signaturesTorsten Grote
2020-06-24Add Planchet creation with tests and platform specific secure random bytesTorsten Grote
2020-06-24Add SignaturePurposeBuilder and testsTorsten Grote
2020-06-24Add Timestamp class with testsTorsten Grote
2020-06-24Add Amount class with testsTorsten Grote
2020-06-08Add test for setting up refresh planchetsTorsten Grote
2020-06-08Implement setupRefreshPlanchetTorsten Grote
2020-06-08Implement RSA unblinding and blind signature verification (JVM only)Torsten Grote
2020-06-05Implement RSA blinding (only JVM)Torsten Grote
2020-06-04Add GNUnet's HKDF implementation to Crypto interfaceTorsten Grote
2020-06-04Add more elliptic curve test vectors from gnunet-crypto-tgv utilityTorsten Grote
2020-06-03Add elliptic curve crypto to all platformsTorsten Grote
2020-06-03Add SHA-512 implementations for all platformsTorsten Grote
2020-06-02Fix Base32Crockford decodingTorsten Grote
2020-06-01Initial commitTorsten Grote