abrupt 0.1.0-beta.1

A Rust library for cryptographic and mathematical operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lib]
name = "abrupt"
path = "src/lib.rs"

[package]
authors = ["1XC"]
categories = ["cryptography", "mathematics", "algorithms", "no-std"]
description = "A Rust library for cryptographic and mathematical operations"
documentation = "https://docs.rs/abrupt"
edition = "2021"
keywords = ["cryptography", "mathematics", "hash", "encoding", "number-theory"]
license = "MIT"
name = "abrupt"
readme = "README.md"
repository = "https://github.com/1XC1XC/abrupt.rs"
version = "0.1.0-beta.1"