cryptix-ecc 0.1.0

A library containing ecc related traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cryptix-field = "0.1.0"