[package] authors = ["ZeroTier, Inc. ", "Adam Ierymenko "] edition = "2021" license = "MPL-2.0" name = "zssp" version = "0.1.0" [dependencies] zerotier-utils = { path = "../utils" } zerotier-crypto = { path = "../crypto" } pqc_kyber = { git = "https://github.com/Argyle-Software/kyber", rev = "8c7927e00f4e3508769bf69afd55b2be1c22884d", features = ["kyber1024", "std"], default-features = false }