[Libre-soc-dev] Poly1305

Jacob Lifshay programmerjake at gmail.com
Thu Sep 7 18:16:20 BST 2023


On Thu, Sep 7, 2023, 09:21 Luke Kenneth Casson Leighton via Libre-soc-dev <
libre-soc-dev at lists.libre-soc.org> wrote:

> https://loup-vaillant.fr/tutorials/poly1305-design
>
> Sadoon this is a great page.  Can you create a bug report, link it into the
> right parent (Jacob can advise), there are *three* bug reports you can do
> work under: docs algorithm tests.
>

for documentation, set the budget parent to
https://bugs.libre-soc.org/show_bug.cgi?id=776
for writing the poly1305 algorithm --
https://bugs.libre-soc.org/show_bug.cgi?id=773
for writing unit tests of the algorithm --
https://bugs.libre-soc.org/show_bug.cgi?id=840

budgets should be based on EUR 3000/mo for how long you think it would take
for someone working on it full time.
feel free to use the formula I used for #1025 -- estimate how many lines of
code each part will be, then use the conversion factor of EUR 2.70 per line
of code.
do remember to run budget-sync (in utils.git) after making any changes to
the budget, see the Makefile for the arguments you'll need. if there are
any errors, they'll be at the top of the output, before all the tables sent
to stdout. (the Makefile redirects that to a file, so if you use that
you'll need to check that file)

Jacob

>


More information about the Libre-soc-dev mailing list