in reply to Re: Help me decipher code containing map function
in thread Help me decipher code containing map function
Browser, I very much prefer your method of unpacking the MAC. I have implemented it into my code. Thank you for taking the time to explain. Now I am doubting everything I learned in class :/. I have an additional question, can I compare a packed MAC just as I can compare it after unpacked? like:
if($packed1 eq $packed2){ print "The packed MACs match\n"; else{ print "The packed MACs do not match\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Help me decipher code containing map function
by BrowserUk (Patriarch) on May 24, 2017 at 04:33 UTC | |
by adamZ88 (Beadle) on May 24, 2017 at 14:26 UTC | |
|
Re^3: Help me decipher code containing map function
by AnomalousMonk (Archbishop) on May 23, 2017 at 17:09 UTC |