electionguard-cpp
electionguard-cpp copied to clipboard
Precompute hacl limb offsets
Description
In Group.cs there are a few places where the results that come from HACL* are offset to handle the limb layout. These valus could be precomputed and hard coded into constants.h. See add_mod_q
and sub_mod_q
part of #161