storj/pkg/encryption
Jeff Wendling 81f1bc19dc add functions for password/root key derivation (#2294)
This commit adds two functions that implement the algorithms
described in the password key derivation design document. They
will be used during setup to derive bucket level root keys or
default passwords to use when buckets do not have their own
independent key.

Change-Id: Ie7fb2d8d549ba7465d0722716a2c1ac0ad907286
2019-06-21 18:21:16 -04:00
..
aesgcm_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05: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 Fix CalcEncryptedSize and CalcPieceSize (#1525) 2019-03-21 15:47:48 +02:00
encryption.go Fix CalcEncryptedSize and CalcPieceSize (#1525) 2019-03-21 15:47:48 +02:00
examples_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
password_test.go add functions for password/root key derivation (#2294) 2019-06-21 18:21:16 -04:00
password.go add functions for password/root key derivation (#2294) 2019-06-21 18:21:16 -04:00
path_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
path.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
secretbox_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
secretbox.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
transform_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
transform.go pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00