Skip to content

Rust implementation of the PRESENT ultra-lightweight block cipher

License

Notifications You must be signed in to change notification settings

yi-jiayu/PRESENT.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRESENT.rs

Build Status codecov

Rust implementation of the PRESENT ultra-lightweight block cipher [1]

Usage

API

Coming soon!

Command-line

Encrypt with an 80-bit key:

present --key 0000000000 Tux.ppm > Tux.enc

Decrypt with the same key:

present --key 0000000000 -d Tux.enc > Tux.dec.ppm

References

[1] Bogdanov, A., Knudsen, L. R., Leander, G., Paar, C., Poschmann, A., Robshaw, M. J., ... & Vikkelsoe, C. (2007, September). PRESENT: An ultra-lightweight block cipher. In International Workshop on Cryptographic Hardware and Embedded Systems (pp. 450-466). Springer, Berlin, Heidelberg. (PDF)

About

Rust implementation of the PRESENT ultra-lightweight block cipher

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages