summaryrefslogtreecommitdiff
path: root/client/changes/feat-7338_refactor_crypto
AgeCommit message (Collapse)Author
2015-08-26[pkg] fold in changes0.7.2Ivan Alejandro
2015-08-04[refactor] remove circular dependency in SoledadCryptoRuben Pollan
SoledadCrypto had Soledad as parameter to be able to use SoledadSecrets. SoledadSecrets had SoledadCrypto as parameter to use *crypt_sym. This commit removes this circular dependency passing directly the secret that SoledadCrypto cares about to the constructor and removing the *crypt_sym methods from SoledadCrypto. - Resolves: #7338