cryptix-bigint 0.1.0

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


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

[dependencies]
rand_core = { version = "0.6.4", default_features = false, optional = true }
hex-literal = "0.3.4"
hex = { version = "0.4.3", default_features = false }

[features]
rand = ["dep:rand_core"]