Skip to content

pyjamask-cipher/pyjamask-reference-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference implementation of Pyjamask

This repository provides the source code of the reference implementation of Pyjamask. Pyjamask is a block cipher and AEAD algorithm submitted to the NIST call for lightweight cryptography. The specification of Pyjamask is available here.

Authors

  • Dahmun Goudarzi
  • Jérémy Jean
  • Stefan Kölbl
  • Thomas Peyrin
  • Matthieu Rivain
  • Yu Sasaki
  • Siang Meng Sim

Contents

  • pyjamask.c: Reference implementation of Pyjamask block cipher in C;

  • pyjamask.h: Header file for Pyjamsk block cipher in C;

  • pyjamask-96-ocb folder:

    • encrypt.c: Reference implementation of Pyjamask-96-OCB;
    • api.h: constant definitions;
  • pyjamask-128-ocb folder:

    • encrypt.c: Reference implementation of Pyjamask-128-OCB;
    • api.h: constant definitions.

About

Reference implementation of Pyjamask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages