Commit Graph

3 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 33f2fa9a88 Performance improvement during testing.
By splitting up the hash function H(U, x_iU, W) we can
precompute the application of U and W, and only apply x_iU during
the main detection key loop. Saving about 9.6% of the overall time.
2021-05-19 23:31:14 -07:00
Sarah Jamie Lewis e26981e6af Convert API to const_generics 2021-02-04 15:23:43 -08:00
Sarah Jamie Lewis 35ca1dcfb4 Formatting 2021-01-29 15:47:40 -08:00