Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
/ serpent Public archive

Implementation of the Serpent block cipher in C for Cryptography at RIT

Notifications You must be signed in to change notification settings

thechrisjohnson/serpent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building the software can be done on any machine that can execute make. 
  -To build the original implementation run "make main-orig". This generates executable called serpent-orig.
  -To build the revised implementation run "make main-opt". This generates executable called serpent-opt.
  -To build test programs run "make test-opt", and "make test-orig"

About

Implementation of the Serpent block cipher in C for Cryptography at RIT

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages