Versions in this module Expand all Collapse all v0 v0.1.23 Nov 14, 2025 v0.1.22 Mar 27, 2025 Changes in this version + func Decrypt(r io.Reader, pass []byte) (io.Reader, error) + func Encrypt(r io.Reader, pass []byte, tempDir string) (io.Reader, int64, error) + func NewDecryptPartIPFSStreamer(reader files.File, pass []byte) (cipher.Stream, error) + type DecryptPartReader struct + func NewDecryptPartReader(filePath string, pass []byte) (*DecryptPartReader, error) + func (d *DecryptPartReader) Close() error + func (d *DecryptPartReader) ReadAt(p []byte, off int64) (n int, err error)