- case 26 : {
- calc26(fc, cn32, bits);
- //addHIDFormatMarker(fmtlen, bits);
- break;
- }
- // case 33 : {
- // // calc33(fc, cn32, hi, lo);
- // // getParity33(hi, lo);
- // break;
- // }
- case 34 : {
- calc34(fc, cn32, bits);
- //addHIDFormatMarker(fmtlen, bits);
- break;
- }
- // case 35 : {
- // calc35(fc, cn32, hi, lo);
- // getParity35(hi, lo);
- // break;
- // }
- case 37 : {
- calc37S(fc, cn32, bits);
- //addHIDFormatMarker(fmtlen, bits);
- break;
- }
- case 38 : {
- calc37H(cardno, bits);
- break;
- }
- // case 40 : calc40(cardno, hi, lo); break;
+ case 26: calc26(fc, cn32, bits); break;
+ // case 33 : calc33(fc, cn32, bits); break;
+ case 34: calc34(fc, cn32, bits); break;
+ // case 35 : calc35(fc, cn32, bits); break;
+ case 37: calc37S(fc, cn32, bits); break;
+ case 38: calc37H(cardno, bits); break;
+ // case 40 : calc40(cardno, bits); break;