p47h-engine 0.11.1

Core engine for p47h governance - pure library, no WASM artifact
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# p47h-engine


Core cryptographic engine for P47H — vault encryption, key derivation, and sealed-secret management.

Uses XChaCha20-Poly1305 for authenticated encryption and Argon2id for key derivation. Pure Rust library (`rlib`) consumed by both native and WASM targets.

## Links


- [Repository]https://github.com/p47h-org/p47h-open-core
- [Security policy]https://github.com/p47h-org/p47h-open-core/blob/main/.github/SECURITY.md
- [API docs]https://docs.rs/p47h-engine

## License


Apache-2.0