Registry / crypto / internal-state

internal-state

JSON →
libraryrscratesunverified

A library providing generic abstractions of a state representation of a hash process.

# Cargo.toml [dependencies] internal_state = "latest"
INSTALL
IMPORT
SIG · INTERNAL-STATE
I
internal-state
cryptorust
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.

State
use internal_state::State;

Create a new state for a hash process.

use internal_state::State; fn main() { let state = State::new(); println!("State created: {:?}", state); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
internal-state — cargo add internal-state · libregistry