Searched defs:WriterParams (Results 1 – 2 of 2) sorted by relevance
95 type WriterParams struct { struct97 W io.Writer100 SegmentEncrypter SegmentEncrypter105 NonceSize int109 NoncePrefix []byte112 PlaintextSegmentSize int117 FirstCiphertextSegmentOffset int121 func NewWriter(params WriterParams) (*Writer, error) {
219 func testEncrypt(plaintextSize, noncePrefixSize int, wp noncebased.WriterParams) ([]byte, []byte, […