Skip to content

konosuba-lin/CryptoProject_LWC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cryptography Final Project: LWC

Team C3 ASCON implementation

Desktop Environment

  • makefile: mainly under windows environment
  • executive: ascon.exe
  • how to use the executive:
    • ./ascon -e
      • encryption
      • input: Key, Nonce, PT, AD
      • output: Cipher, Tag
    • ./ascon -d
      • decryption
      • input: Key, Nonce, CT, AD
      • output: Plaintext, Valid or not

Hardware Implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Verilog 87.7%
  • Batchfile 9.9%
  • C++ 1.9%
  • Tcl 0.3%
  • Shell 0.2%
  • TypeScript 0.0%