Feature or Enhancement?
- ( ) New feature
- (x) Enhancement of existing feature
Description
The sigfield names are currently the index of the bit in a byte that must be set, starting at the lowest bit. This is not necessarily intuitive, especially when interpreting decompiled outputs of sigflags. If instead the fields were numbered 2^n where n is in [0,7], sigflag calculation is straightforwardly the sum of the numbers of the indicated fields.
Additional context
Related to #17.