securetar 0.1.1

Rust reader primitives for SecureTar v3 encrypted streams (used in Home Assistant backups)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## Version 0.1.1 (2026-06-08)

- Fixed an issue of incomplete Read operations
- Added logging

## Version 0.1.0 (2026-06-07)

- Initial release of Rust reader primitives for SecureTar v3 encrypted streams.
- Added SecureTar v3 header parsing, password validation, key restoration, and
  XChaCha20-Poly1305 secretstream decryption.
- Added compatibility coverage for Python-generated SecureTar fixtures.