Skip to content

MartianSheep/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