insertion-series
There are 1 repositories under insertion-series topic.
Constant_Time-Parallel_Shuffling
Shuffling arrays in constant time is a common problem in modern cryptography. This project involves analyzing the technique proposed in https://cr.yp.to/2024/insertionseries-20240515.py, and implementing it in C, possibly employing parallelization.