Registry / crypto / rs-internal-state

rs-internal-state

JSON →
library0.1.3rscratesunverified

Internal state management for the rs_shield cryptographic library.

# Cargo.toml [dependencies] rs_internal_state = "0.1.3"
INSTALL
IMPORT
SIG · RS-INTERNAL-STATE
R
rs-internal-state
cryptorustv0.1.3
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.

InternalState
use rs_internal_state::InternalState;

Initialize internal state for rs_shield.

use rs_internal_state::InternalState; fn main() { let state = InternalState::new(); println!("State initialized: {:?}", state); }
Debug
Known issues
gotchaThis crate is an internal dependency of rs_shield; not intended for direct use.
fix
Use rs_shield crate for cryptographic operations.
affects: >=0.1.0
Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Amazon
1
Bingbot
1
Resources
rs-internal-state — cargo add rs-internal-state · libregistry