()
| 16 | if len(hash)==len(hs) and hash.isalpha()==False and hash.isalnum()==True: |
| 17 | jerar.append("101020") |
| 18 | def CRC16CCITT(): |
| 19 | hs='3d08' |
| 20 | if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True: |
| 21 | jerar.append("101040") |
| 22 | def FCS16(): |
| 23 | hs='0e5b' |
| 24 | if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True: |