Skip to content

konicst1/aes128-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This repository contains the following implementations of AES-128 in C / C++.

  1. AES-128 simple, no padding
  2. AES-128 32bit, optimized for 32b architectures using T-boxes
  3. AES-128 NI, optimized using AESNI new instructions
  4. AES-128 for ARM, simple and 32 bit versions.

NOTE THAT THIS IMPLEMENTATION IS MEANT TO BE USED ONLY FOR FURTHER UNDERSTANDING OF THE AES CIPHER

THIS IMPLEMENTATION SHOULD NEVER BE USED IN PRODUCTION ENVIRONMENT

About

Various AES-128 implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published