[package]
name = "cryptix-ecc"
version = "0.1.0"
edition = "2021"
authors = ["m4tsuri"]
description = "A library containing ecc related traits"
documentation = "https://docs.rs/cryptix-ecc"
readme = "README.md"
homepage = "https://github.com/M4tsuri/Cryptix/tree/main/cryptix-ecc"
repository = "https://github.com/M4tsuri/Cryptix"
license = "GPL-3.0"
keywords = ["abstract-algebra", "ecc", "cryptography"]
categories = ["cryptography", "algorithms", "mathematics", "no-std"]
[dependencies]
cryptix-field = "0.1.0"