I am working to implement the Tiny Encryption Algorithm. I have attached work in progress. In C (attached code) the algorithm takes an unsigned long section of the text input and encrypts it. I am trying to use the string to byte array and then process 4 bytes at a time of type U32 in a for loop. I do not know how to represent the 4 ascii bytes as an usigned 32 bit integer. Please look at the VI work in progress. Would appreciate any explanation as to how to access the data in a loop/how to implement C algorithm in Labview.
Thanks.