storj/pkg/eestream
Natalie Villasana 9ad4949825
adds segment store tests (#198)
* starts adding segmentStore tests

* adds mocked interfaces for segmentStore tests

* adds tests for put, get, delete, and list

* regenerates pointerdb mock and updates calls to accommodate new changes
2018-08-07 11:52:11 -04:00
..
mocks adds segment store tests (#198) 2018-08-07 11:52:11 -04:00
aesgcm_test.go AES GCM implementation and unit test code (#19) 2018-05-15 18:11:03 +03:00
aesgcm.go AES GCM implementation and unit test code (#19) 2018-05-15 18:11:03 +03:00
bits_test.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
bits.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
common.go pkg/eestream: initial 2018-04-11 07:46:34 -06:00
crc_test.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
decode.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
encode.go adds SegmentStore Put functionality (#138) 2018-07-12 18:37:50 -04:00
pad_test.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
pad.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
rs_test.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
rs.go pkg/eestream: initial 2018-04-11 07:46:34 -06:00
secretbox_test.go HTTP Ranger (#11) 2018-04-17 07:39:14 -06:00
secretbox.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
transform_test.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
transform.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00