# libvctrl_core
Reference implementations of the `libvctrl_handler` contracts.
Provides concrete, minimal implementations to prove that the contracts can be fulfilled:
- `MemoryStore` & `MemoryRefStore` – in‑memory storage backends.
- `Sha512Hasher` – SHA‑512 hash function.
- `BinaryEncoder`/`BinaryDecoder` – binary serialization format.
## License
MIT