fix(identity): actually assert P-256 low-s normalization in test
The test previously claimed "implicitly tests normalization" by verifying
the signature, but p256::ecdsa::VerifyingKey::verify_prehash accepts both
high-s and low-s signatures. The normalize_s() call in the implementation
was untested. Add an explicit assertion that the signature is already
low-s after signing.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
authored by