rwadurian/backend/mpc-system
Developer 5faf4fc9a0 fix: Add hex encoding/decoding for account service authentication
- Add encoding/hex import to account handler
- Encode challenge as hex string in GenerateChallenge handler
- Decode hex-encoded challenge and signature in Login handler
- Decode hex-encoded public key in CompleteRecovery handler

This fixes compatibility between the test client (which uses hex encoding)
and the server handlers.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 01:34:32 -08:00
..
services fix: Add hex encoding/decoding for account service authentication 2025-11-29 01:34:32 -08:00
tests/e2e fix: Report completion for all 3 participants in TestCompleteKeygenFlow 2025-11-29 00:52:53 -08:00