Skip to content

adithyayuri/AES-128_Encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AES-128_Encrypt

C code for AES128 encrypt - Runs on ATMEL SAML21 XPro board

Hardware

The Atmel Studio project provided requires Atmel SAML21 Xplained Pro. The code can be easily run on any other platform, just use the aes .h and .c files.

Understanding AES Algorithm

AES128 code in this project was made for the sole purpose of understanding the algorithm. This code is written so that you can understand what happens in AES algorithm, this code should not be used in production.

References

Disclaimer

THIS CODE IS FOR EDUCATIONAL PURPOSES ONLY, I DO NOT RECOMMEND USING THIS IN PRODUCTION.

About

C code for AES128 encrypt - Runs on ATMEL SAML21 XPro board

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors