eidolon-auth 0.2.0

Binary authentication protocol for network connections abstracted from encryption
Documentation
[dependencies.amplify]
version = "4.0.0-beta.17"

[dependencies.cyphergraphy]
version = "0.2.0"

[lib]
name = "eidolon"

[package]
authors = ["Dr. Maxim Orlovsky <orlovsky@cyphernet.org>"]
categories = ["network-programming", "cryptography"]
description = "Binary authentication protocol for network connections abstracted from encryption"
edition = "2021"
homepage = "https://cyphernet.org"
keywords = ["cyphernet", "privacy", "euthentification", "network", "p2p"]
license = "Apache-2.0"
name = "eidolon-auth"
readme = "README.md"
repository = "https://github.com/Cyphernet-DAO/rust-cyphernet"
rust-version = "1.65"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]