xtax-encryption-0.1.0 has been yanked.
xtax-encryption
Trait-only encryption provider interface — no backend, no storage, no I/O decisions.
xtax-encryption defines the [EncryptionProvider] trait used by
[xtax-blob-storage] and other crates that need a pluggable stream
encryption layer with detached headers.
Status
v0.1.0 — Experimental / learning project. Not production-ready.
Design
This crate contains only:
- The [
EncryptionProvider] trait (3 async methods) - A lightweight [
EncryptionError] error type - A [
EncryptionResult] type alias
No storage. No backends. No encryption implementations. Just the contract.
Usage
[]
= "0.1"
use async_trait;
use ;
use ;
;
License
Licensed under MIT or Apache-2.0 at your option.