libvctrl_core 0.2.1

Reference implementations of the libvctrl contracts (in-memory store, SHA-512 hasher, binary codec)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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