Closed ericlewis closed 2 days ago
The backend expects the challenge in hex format, and SHA256Digest returns only the raw format.
This fixes stamping, which was not working before this.
@ericlewis Thanks for this fix! 🙏 going to merge it
The backend expects the challenge in hex format, and SHA256Digest returns only the raw format.
This fixes stamping, which was not working before this.