abrupt 0.1.0-beta.1

A Rust library for cryptographic and mathematical operations
Documentation
# https://doc.rust-lang.org/cargo/reference/manifest.html

[package]
name = "abrupt"
version = "0.1.0-beta.1"
# Beta version: Use 0.1.0-beta.X for pre-releases. Increment X for each new beta.
# For stable release, change to 0.1.0 (without -beta.X suffix).
edition = "2021"
authors = ["1XC"]
description = "A Rust library for cryptographic and mathematical operations"
license = "MIT"
repository = "https://github.com/1XC1XC/abrupt.rs"
documentation = "https://docs.rs/abrupt"
readme = "README.md"
keywords = ["cryptography", "mathematics", "hash", "encoding", "number-theory"]
categories = ["cryptography", "mathematics", "algorithms", "no-std"]

[lib]
name = "abrupt"
path = "src/lib.rs"