Registry / crypto / product-os-security

product-os-security

JSON →
library0.0.65rscratesunverified

A suite of helper tools for cryptographic operations including hashing, encryption, and decryption.

# Cargo.toml [dependencies] product-os-security = "0.0.65"
INSTALL
IMPORT
SIG · PRODUCT-OS-SECURIT
P
product-os-security
cryptorustv0.0.65
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sha256
use product_os_security::hash::sha256;

Compute a SHA256 hash of a byte slice.

use product_os_security::hash::sha256; fn main() { let hash = sha256(b"hello"); println!("SHA256 hash: {:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.65latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
product-os-security — cargo add product-os-security · libregistry