Skip to content

manoel-serafim/FAST_AES256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STALL

This is a full implementation of a cryptographic library. Just done for the sake of it :D

This cryptographic library is developed to function without reliance on any external resources, utilizing my own code for all mathematical operations, random number generation, cipher operation modes, cipher algorithms, etc. It will be easy to integrate this into BareMetal systems without hardware acceleration or dynamic allocation. The implementation minimizes function calls, optimizes looping assembly overheads, and will choose the best approach between between lookup tables and mathematical inline functions. A lot of testing has to go into into the cipher operation modes and the random number generators.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published