pub fn j(input: &[u8]) -> [u8; 32]
J(s) — SHAKE-256 producing 32 bytes of output.
Used in FIPS 203 for implicit rejection: K_bar = J(z || c) provides the fallback shared secret when ciphertext re-encryption does not match.
K_bar = J(z || c)