tweag / webauthn

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

Raw model fields, full encoding support, roundtrip encoding tests #52

Closed infinisil closed 2 years ago

infinisil commented 2 years ago
infinisil commented 2 years ago

TODO:

infinisil commented 2 years ago

I updated the Binary.{Encoding,Decoding} modules to only export the functions that are necessary, and document them properly. Also added specs for the implementations as suggested