Skip to content

Cryptography implementations on FPGA and microcontrollers

License

Notifications You must be signed in to change notification settings

jfcastanof/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Implementation of Present.

Parallel, asynchronous.

64 bits plain-text and 128 bits key.

Testbench included, using standard test vector.

Author: Javier Castaño, Universidad Antonio Nariño. 2014

Reference: https://www.iacr.org/archive/ches2007/47270450/47270450.pdf (original paper).

  1. Implementation of SIMON Lighweight crypto algorithm.

Parallel, asynchronous.

64 bits plain-text and 128 bits key.

Testbench included, using standard test vector.

Author: Javier Castaño, Universidad Antonio Nariño. 2019

Reference: https://eprint.iacr.org/2013/404.pdf (original paper 2013)

Further information: https://github.com/nsacyber/simon-speck (not including a parallel implementation).

About

Cryptography implementations on FPGA and microcontrollers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages