[dependencies.num-bigint]
features = ["rand"]
version = "0.4.4"
[dependencies.num-integer]
version = "0.1.45"
[dependencies.num-primes]
version = "0.3.0"
[dependencies.num-traits]
version = "0.2.17"
[dependencies.rand]
version = "0.8.5"
[lib]
name = "neo_crypto"
path = "src/lib.rs"
[package]
authors = ["Neo <lanqing.ji@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "algorithms"]
description = "An encryption algorithm library written in Rust"
edition = "2021"
keywords = ["Hash", "AES", "Automotive", "Encryption", "HSM"]
license = "MIT OR Apache-2.0"
name = "neo-crypto"
readme = "README.md"
repository = "https://github.com/devbits-neo/crypto"
version = "0.1.3"
[profile.dev]
overflow-checks = false