We have implemented some untrivial algorithms in this repo like jacobi and blum_sqrt. For auditability we should add a comment where the algorithm was taken from, i.e. a link/reference to some well-known resource (book, website, ...) so reviewers can check that our implementation matches the reference one.
We have implemented some untrivial algorithms in this repo like
jacobi
andblum_sqrt
. For auditability we should add a comment where the algorithm was taken from, i.e. a link/reference to some well-known resource (book, website, ...) so reviewers can check that our implementation matches the reference one.