storj/pkg/piecestore/rpc/client
Alexander Leitner 899e1e68f1
Add functions for signing and verifying during bandwidth exchange (#246)
* Added initial functions for signing and verifying

* whoops

* Get client up to speed

* Added initial functions for signing and verifying

* whoops

* Get client up to speed

* wip

* wip

* actual signatures in tests

(cherry picked from commit 1464853b737f1d712d64fbf90147f535525c8fd9)

* bugfixing

* Generate private key in example

* Generate signatures for pieceranger tests

* Update examples to use TLS

* Use private key from identity inside of example

* Use crypto.PrivateKey interface

* Change err name in defers

* Pass tests

* Pass identity Key to PSClient

* Get tests passing on travis

* Resolve linter complaints
2018-08-27 14:35:27 -04:00
..
client.go Add functions for signing and verifying during bandwidth exchange (#246) 2018-08-27 14:35:27 -04:00
pieceid_test.go Errcheck (#133) 2018-07-16 15:22:34 -04:00
pieceid.go Errcheck (#133) 2018-07-16 15:22:34 -04:00
pieceranger_test.go Add functions for signing and verifying during bandwidth exchange (#246) 2018-08-27 14:35:27 -04:00
pieceranger.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
readerwriter.go Bandwidth accounting (#134) 2018-08-17 13:40:15 -04:00