private static string ByteToWord(byte @byte, bool even)
 => even
         ? PgpWordList.MapEven(@byte)
         : PgpWordList.MapOdd(@byte);