ios - Looking for OC or swift string XOR checksum calculation method
三叔
三叔 2017-06-24 09:43:06
0
1
1208

I have a string DCDS,1,0. How do I calculate the result of its XOR checksum? The requirements are: Convert the high and low four digits of hexadecimal into two ASCII characters (0-9, A-F ), high position first, low position last;

For example, "CCZDC,1," the checksum is: 6C

三叔
三叔

reply all(1)
曾经蜡笔没有小新

You can do it with unicodeScalars

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template