Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-04 | [refactor] remove circular dependency in SoledadCrypto | Ruben 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 |