amagi 0.1.2

Rust SDK, CLI, and Web API service skeleton for multi-platform social web adapters.
Documentation
1
2
3
4
5
6
7
//! Internal algorithm helpers shared by multiple platform adapters.

pub(crate) mod base64;
pub(crate) mod md5;
pub(crate) mod random;
pub(crate) mod rc4;
pub(crate) mod sm3;