mozilla / authenticator-rs

Rust library to interact with Security Keys, used by Firefox
https://crates.io/crates/authenticator
Mozilla Public License 2.0
273 stars 70 forks source link

Add AuthenticatorData::to_vec #293

Closed jschanck closed 1 year ago

jschanck commented 1 year ago

Helper function to get the raw bytes of an AuthenticatorData, as opposed to the tag-and-length prefixed CBOR version.