summaryrefslogtreecommitdiff
path: root/src/linuxMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.kt
AgeCommit message (Expand)Author
2020-07-31clean up build script and remove duplicated codeTorsten Grote
2020-07-03Add copyright headers to all files and add IDE copyright setupTorsten Grote
2020-06-30Add incremental hashing (needed for creating refresh sessions)Torsten Grote
2020-06-24Add Planchet creation with tests and platform specific secure random bytesTorsten 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-03Add elliptic curve crypto to all platformsTorsten Grote
2020-06-03Add SHA-512 implementations for all platformsTorsten Grote