uselesskey-core-hash 0.7.1

Length-prefixed hashing helpers shared by deterministic fixture derivation paths.
Documentation

uselesskey-core-hash

Published-internal compatibility shim.

Hashing implementation ownership moved into uselesskey-core. Existing imports from this crate remain available during the compatibility-shim period:

use uselesskey_core_hash::{hash32, write_len_prefixed};

Prefer uselesskey-core for supported extension work. The canonical hashing implementation now lives at uselesskey_core::srp::hash.