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.
- Dahmun Goudarzi
- Jérémy Jean
- Stefan Kölbl
- Thomas Peyrin
- Matthieu Rivain
- Yu Sasaki
- Siang Meng Sim
-
pyjamask.c: Reference implementation of Pyjamask block cipher in C; -
pyjamask.h: Header file for Pyjamsk block cipher in C; -
pyjamask-96-ocbfolder:encrypt.c: Reference implementation of Pyjamask-96-OCB;api.h: constant definitions;
-
pyjamask-128-ocbfolder:encrypt.c: Reference implementation of Pyjamask-128-OCB;api.h: constant definitions.