README.md 367 Bytes
Newer Older
1
**Folder Structure:**
Enrico Pozzobon committed
2

3 4 5 6 7
- `isapa128av20`: Code for ISAP128a using Ascon-p (primary recommendation).
- `isapa128v20`: Code for ISAP128 using Ascon-p.
- `isapk128av20`: Code for ISAP128a using Keccak-p[400].
- `isapk128v20`: Code for ISAP128 using Keccak-p[400].
- `isapxv20`: A generic codebase that can be used to build reference code for all four instances of ISAP.
lwc-tester committed
8