abrupt/lib.rs
1pub mod crypto;
2pub mod math;
3
4/* ---[ TODO ]---
5 *
6 * Cryptography: AES, RSA, SHA512, SHA256, MD5
7 * Random: Mersenne Twister (SRNG), CRPNG, w/ utility (integar, string, etc.) range arguments
8 * String: Functions (Comma, Reverse) need to think of more
9 * HTTP Dynamic: Get, Post (Holistic Front-End)
10 * Dynamic I/O File Manipulation: Read, Write, etc.
11 *
12*/