cryptix-bigint 0.1.0

A bigint library for cryptix
Documentation
[dependencies.hex]
default_features = false
version = "0.4.3"

[dependencies.hex-literal]
version = "0.3.4"

[dependencies.rand_core]
default_features = false
optional = true
version = "0.6.4"

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

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