Cryptography I implemented speck encryption in verilog and need help with decryption. |
I implemented speck encryption in verilog and need help with decryption. Posted: 26 Apr 2019 12:58 PM PDT Basically, I'm an idiot. I followed the speck encryption algorithm provided in this wikipedia page: https://en.wikipedia.org/wiki/Speck_(cipher) I spent a bit of time designing a state machine which imitates this C code. It wasn't until after implementing it that I realized there was no code for the decryption. I did some googling and I did find some enc/dec example algorithms, but they're different enough that I'd basically have to recreate the state machine. I understand this may be necessary, but I'd really like to avoid it. Anyone think they can help me out? Maybe showing me the #define RR(x, y, k) that I could use for decryption? [link] [comments] |
A Better Way to Protect Your Database IDs using AES, HMAC and HKDF Posted: 26 Apr 2019 01:19 AM PDT |
You are subscribed to email updates from Cryptography news and discussions. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment