veilid-core 0.5.3

Core library used to create a Veilid node and operate it as part of an application
Documentation
1
2
3
4
use super::*;

pub const CRYPTO_KIND_VLD1: CryptoKind = CryptoKind::new(*b"VLD1");
pub const CRYPTO_KIND_VLD1_FOURCC: u32 = u32::from_be_bytes(*b"VLD1");