Skip to content

Instantly share code, notes, and snippets.

@fivepiece

fivepiece/recid Secret

Created December 26, 2017 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fivepiece/4b5a026c6f74a47162fe1198e19838ee to your computer and use it in GitHub Desktop.
Save fivepiece/4b5a026c6f74a47162fe1198e19838ee to your computer and use it in GitHub Desktop.
recid
`recid`'s encoding might be one of the following:
```
0x1B -> R_y even | R_x < n | P uncompressed
0x1C -> R_y odd | R_x < n | P uncompressed
0x1D -> R_y even | R_x > n | P uncompressed
0x1E -> R_y odd | R_x > n | P uncompressed
0x1F -> R_y even | R_x < n | P compressed
0x20 -> R_y odd | R_x < n | P compressed
0x21 -> R_y even | R_x > n | P compressed
0x22 -> R_y odd | R_x > n | P compressed
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment