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
pub mod crypto;
pub mod math;

/*     ---[ TODO ]---
    *
    * Cryptography: AES, RSA, SHA512, SHA256, MD5
    * Random: Mersenne Twister (SRNG), CRPNG, w/ utility (integar, string, etc.) range arguments
    * String: Functions (Comma, Reverse) need to think of more
    * HTTP Dynamic: Get, Post (Holistic Front-End)
    * Dynamic I/O File Manipulation: Read, Write, etc.
    *
*/