mozilla / mozilla/authenticator-rs

Use byteorder::ReadBytesExt instead of a local implementation

Open
#74 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
Rust
Stars
316
Forks
82
Avg merge
4d 20h
Merged PRs (30d)
1

Description

read_uint_le is very similar to byteorder::ReadBytesExt, as @mozkeeler pointed out:

https://github.com/jcjones/u2f-hid-rs/blob/26a203290fbb5c912fc109b97f7ba2634725f2cd/src/hidproto.rs#L137-L143

We should try switching to byteorder::ReadBytesExt (and adding it as a dependency).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in src/hidproto.rs at read_uint_le, around the lines linked in the issue, and compare the local implementation with byteorder::ReadBytesExt. Add byteorder as a dependency and replace the local approach while preserving the existing little-endian reading behavior; done means the project builds and the existing behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
authentication, security
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.