abrupt 0.1.0-beta.1

A Rust library for cryptographic and mathematical operations
Documentation
  • Coverage
  • 0%
    0 out of 28 items documented0 out of 18 items with examples
  • Size
  • Source code size: 21.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • 1XC1XC/abrupt.rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 1XC1XC

Abrupt

Rust Package

(Cryptographic & Mathematic)

Modules

Cryptographic Operations

  1. Hash Algorithms
    • SHA-256
    • SHA-512
    • MD5
  2. Data encoding
    • Base16 (Hexadecimal)
    • Base32
    • Base64

Mathematical Utilities

  1. Array Computation
    • Summation
    • Product Calculation
    • Average Determination
    • Minimum and Maximum Value
  2. Number Theory
    • Factorial
    • Greatest Common Divisor (GCD)
    • Least Common Multiple (LCM)
    • Primality Testing
  3. Fundamental Mathematical Operations
    • Exponentiation
    • Absolute Value
    • Value Clamping

Installation

Cargo Command:

cargo add abrupt

Cargo.toml:

[dependencies]
abrupt = "0.1.0"

License

Abrupt is distributed under the MIT License. See LICENSE for details.