Versions in this module Expand all Collapse all v1 v1.0.11 Aug 6, 2026 Changes in this version + type PageCipher struct + func NewPageCipher(userKey, salt []byte) (*PageCipher, error) + func (c *PageCipher) XORKeyStream(buf []byte, pageIdx uint32)