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
[dependencies.cryptix-field]
version = "0.1.0"

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