beaconcrypt 0.3.11

Cryptographic transport for C2 channels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Small demo of how to use the beaconcrypt library from C with CMake. Run with:

```bash
cmake -S . -B build
cmake --build build
./build/beaconcrypt_c_example
```

On Windows, the executable may be under a configuration directory:

```powershell
.\build\Debug\beaconcrypt_c_example.exe
```

If you build with the Visual Studio/MSVC CMake toolchain, use the Rust MSVC
toolchain too. If you build with MinGW, use the Rust GNU toolchain.