Dandelion

Results 1 issues of Dandelion

**Describe the bug** Bit mask used to decode a message header not contains bit6. File:MessageHeader.cs Function: Decode `S = (byte)(s & 0b0111_111),` The integer literal 0b0111_111 should be `0b0111_1111` or...