As it is an official holiday, there is no lesson on May first. However it will be the deadline for the first part of the project.
The first part is a pure software implementation of ASCON hash. The functionality should be triggered upon this function:
void ascon_hash(uint32_t * digest, uint32_t * message, uint8_t mlen);
For this first part the C-code has to be uploaded to toledo, together with your self-defined optimalisation targets (in a simple text file).
The second part is a hardware/software co-design of ASCON hash. You can choose your own optimalisation-targets (smaller area, smaller binary size, bigger throughput, …) and you have unlimited budget (with respect to resources).