Registry / crypto / streebog

streebog

JSON →
library0.11.0rscratesunverified

Implements the Streebog (GOST R 34.11-2012) cryptographic hash function.

# Cargo.toml [dependencies] streebog = "0.11.0"
INSTALL
IMPORT
SIG · STREEBOG
S
streebog
cryptorustv0.11.0
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.

Streebog256
use streebog::Streebog256;

Computes the Streebog-256 hash of a byte slice.

use streebog::Streebog256; let hash = Streebog256::digest(b"hello");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Resources
streebog — cargo add streebog · libregistry