Searched defs:ReaderParams (Results 1 – 2 of 2) sorted by relevance
225 type ReaderParams struct { struct227 R io.Reader230 SegmentDecrypter SegmentDecrypter234 NonceSize int238 NoncePrefix []byte241 CiphertextSegmentSize int246 FirstCiphertextSegmentOffset int250 func NewReader(params ReaderParams) (*Reader, error) {
253 func testDecrypt(plaintext, ciphertext []byte, chunkSize int, rp noncebased.ReaderParams) error {