storj/pkg/encryption
Egon Elbre 5d0816430f
rename all the things (#2531)
* rename pkg/linksharing to linksharing
* rename pkg/httpserver to linksharing/httpserver
* rename pkg/eestream to uplink/eestream
* rename pkg/stream to uplink/stream
* rename pkg/metainfo/kvmetainfo to uplink/metainfo/kvmetainfo
* rename pkg/auth/signing to pkg/signing
* rename pkg/storage to uplink/storage
* rename pkg/accounting to satellite/accounting
* rename pkg/audit to satellite/audit
* rename pkg/certdb to satellite/certdb
* rename pkg/discovery to satellite/discovery
* rename pkg/overlay to satellite/overlay
* rename pkg/datarepair to satellite/repair
2019-07-28 08:55:36 +03:00
..
aesgcm_test.go internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
aesgcm.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
bits_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
bits.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
common.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
encryption_test.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
encryption.go Rename/remove EncryptionScheme -> EncryptionParame… (#2363) 2019-07-03 14:07:44 -04:00
examples_test.go Replace base64 encoding for path segments (#2345) 2019-07-11 13:26:07 -04:00
password_test.go Update password based key derivation design doc (#2367) 2019-07-09 00:07:03 -04:00
password.go Update password based key derivation design doc (#2367) 2019-07-09 00:07:03 -04:00
path_test.go Replace base64 encoding for path segments (#2345) 2019-07-11 13:26:07 -04:00
path.go Replace base64 encoding for path segments (#2345) 2019-07-11 13:26:07 -04:00
secretbox_test.go internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
secretbox.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
store_test.go lib/uplink: encryption context (#2349) 2019-06-27 17:36:51 +00:00
store.go lib/uplink: encryption context (#2349) 2019-06-27 17:36:51 +00:00
transform_test.go internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
transform.go storagenode/pieces: remove buffering from reading/writing and fix io.EOF bug (#2554) 2019-07-25 11:22:15 +03:00