aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/api/encrypt.go
Commit message (Collapse)AuthorAgeFilesLines
* Encryption async api (#17603)Viktor TrĂ³n2018-09-111-10/+12
| | | | | | | | | | * swarm/storage/encryption: async segmentwise encryption/decryption * swarm/storage: adapt hasherstore to encryption API change * swarm/api: adapt RefEncryption for AC to new Encryption API * swarm/storage/encryption: address review comments
* cmd/swarm, swarm: added access control functionality (#17404)Elad2018-08-151-0/+76
Co-authored-by: Janos Guljas <janos@resenje.org> Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com> Co-authored-by: Balint Gabor <balint.g@gmail.com>