I'm playing with an encryption module where I want to combine 3 bytes and it will pass 128bits encrypted back. I will then pass this on and reverse the process later. I'm using an 18F6520 chip with PBP. So I guess two questions:
1. Can I combine the 3 bytes into a single variable to pass in?
2. How do I handle the 128 bits coming out?
I was reading the ME Labs Compiler manual and it looks like the "Long" only goes to 32 bits.
any code samples would be helpful as well.
Thank you,
Hylan
Bookmarks