uselesskey-core-kid 0.7.1

Deprecated compatibility shim for deterministic kid helpers; prefer uselesskey-jwk.
Documentation
1
2
3
4
5
6
7
8
9
#![forbid(unsafe_code)]

//! Deprecated compatibility shim for deterministic key-ID helpers.
//!
//! Prefer `uselesskey-jwk`; the canonical implementation now lives there.

pub use uselesskey_jwk::srp::kid::{
    DEFAULT_KID_PREFIX_BYTES, kid_from_bytes, kid_from_bytes_with_prefix,
};