My AI assistant is telling me:
"StarlingMonkey's crypto.subtle silently produces wrong, non-deterministic HMAC signatures when importing keys via jwk format — caught only by
cross-checking against Node's crypto, since sign+verify self-roundtrips falsely passed. Fixed by always converting to raw import internally.
The ask is to fix this
My AI assistant is telling me:
"StarlingMonkey's crypto.subtle silently produces wrong, non-deterministic HMAC signatures when importing keys via jwk format — caught only by
cross-checking against Node's crypto, since sign+verify self-roundtrips falsely passed. Fixed by always converting to raw import internally.
The ask is to fix this