Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 249 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 249 Bytes

NASM-DES

The DES encryption algorithm implemented in i386 (Linux) assembly.

This was written with the intentions of speeding up the algorithm, as I have initially written it in C, C++, and Java. The hard-coded assembly was the fastest candidate.