Crates.io | product-os-security |
lib.rs | product-os-security |
version | 0.0.28 |
source | src |
created_at | 2023-08-20 03:57:32.925366 |
updated_at | 2024-05-18 03:41:28.150003 |
description | Product OS : Security provides a suite of helper tools to easily perform cryptograhpic operations including generating hashes, encrypting and decryting content. |
homepage | |
repository | |
max_upload_size | |
id | 949134 |
size | 237,778 |
Product OS : Security provides a suite of helper tools to easily perform cryptograhpic operations including generating hashes, encrypting and decryting content.
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Use the Rust crate package manager cargo to install Product OS : Security.
cargo add product-os-security
or add Product OS : Security to your cargo.toml [packages]
section.
product-os-security = { version = "0.0.28", features = [], default-features = true, optional = false }
Product OS Security supports a number of features leveraging existing Rust libraries to help perform cryptographic operations including:
Note: the following features do not support no_std:
// Feature samples TODO
// Examples TODO
Contributions are not currently available but will be available on a public repository soon.