Summary
auth/service.go and totp/service.go hand-roll StrKey/CRC16/base32 decoding instead of using the Stellar SDK's keypair/StrKey. This duplicates and risks diverging from the canonical implementation.
Acceptance Criteria
Complexity
High — must be backward-compatible with stored/encoded data.
Summary
auth/service.goandtotp/service.gohand-roll StrKey/CRC16/base32 decoding instead of using the Stellar SDK'skeypair/StrKey. This duplicates and risks diverging from the canonical implementation.Acceptance Criteria
Complexity
High — must be backward-compatible with stored/encoded data.