How do I split a hex value into individual values.
Suppose I have a byte, 0xFF. How would I get one value being F and a second being F in Objective-C?
I'm trying to implement the SubBytes() procedure in Objective-C and obviously, the SubBytes() step involves a matrix where the output is dependent on the first and second hex representations of the byte.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…