tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Clean up binary decoding by using StateT #88

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

Removes the need to manually track bytes throughout the implementation