artur92 / AES_MATLAB

AES encryption and decryption using lookup table
1 stars 0 forks source link

Some files or functions not found #1

Open chenxy3791 opened 4 years ago

chenxy3791 commented 4 years ago

Dear sir:

Thanks for your kindful sharing of this resource. I have tried to run the main.m, but found some functions is missing. For example, (1) pmultshort called in mixcols(), keyexpand() and also rcon_create() (2) directread2 called in keyexpand() It seems that they are not matlab built-in function. And also it seems that rcon_create() isn't used anywhere. Would you kindly help me to make the program run? Thanks in advance

artur92 commented 4 years ago

Sorry for the late reply, I have updated the missing files.