fido-device-onboard / go-fdo

A FIDO Device Onboard library with minimal dependencies
Apache License 2.0
15 stars 5 forks source link

Fix for issue with saving blob.DeviceCredential to a file in arm32 platform #7

Closed shivagurija closed 1 month ago

shivagurija commented 1 month ago

Fix for Defect #6

Marshalling and unmarshalling of CBOR data works as expected for arm32-v5 platform. Saving blob.DeviceCredential to file and reading works as expected with this fix.