Skip to content
forked from amiralis/libaesni

Advanced Encryption Standard (AES) library using Intel AES-NI

Notifications You must be signed in to change notification settings

Wirtos/libaesni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libaesni

Advanced Encryption Standard (AES) library using Intel AES-NI

Installation

git clone https://github.com/Wirtos/libaesni
cd libaesni
# builds static library by default, add -DBUILD_SHARED_LIBS=ON
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_ASM_NASM_COMPILER="path/to/yasm" -DCMAKE_INSTALL_PREFIX="/folder/to/install/" 
cmake --build build --config Release --target install

About

Advanced Encryption Standard (AES) library using Intel AES-NI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 72.9%
  • C 24.5%
  • CMake 2.6%