storj/pkg/encryption
Egon Elbre 00b2e1a7d7 all: enable staticcheck (#2849)
* by having megacheck in disable it also disabled staticcheck

* fix closing body

* keep interfacer disabled

* hide bodies

* don't use deprecated func

* fix dead code

* fix potential overrun

* keep stylecheck disabled

* don't pass nil as context

* fix infinite recursion

* remove extraneous return

* fix data race

* use correct func

* ignore unused var

* remove unused consts
2019-08-22 13:40:15 +02: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 all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02: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