- minor refactoring - TODO: panel & cnc should really use unique keys. maybe add config file?
- keys can now be passed per-build passing -DLAIKA_PUBKEY=[pubkey] & -LAIKA_PRIVKEY=[pubkey] to `cmake -B` - if those definitions aren't passed, the default public & private key will be used (for quick testing)
- sLaika_peer has a new member, (PEERTYPE)type - LibSodium dependency added
lib/ is just [FoxNet](https://git.openpunk.com/CPunch/FoxNet) ported to C99