Commit Graph

14 Commits

Author SHA1 Message Date
Sarah Jamie Lewis acd74e3d7e Swtich to dalek-cryptography / brute-force 1.1 2021-08-16 16:32:37 -07:00
Sarah Jamie Lewis 557fa4f1d7 Format and Version Bump 2021-05-22 12:49:11 -07:00
Sarah Jamie Lewis 84778a8030 Update documentation, configure avx2 2021-05-22 12:39:04 -07:00
Sarah Jamie Lewis 2d73a43d7f Clean up benchmarks, move RNG to function parameters + optimize generation 2021-05-20 01:53:33 -07:00
Sarah Jamie Lewis 1124ffc1a6 Apply optimizations to tag generation + entangled tag generation 2021-05-20 01:11:07 -07:00
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 49134d643d Renaming 2021-02-05 14:55:05 -08:00
Sarah Jamie Lewis a9f10651cc Update Benchmarks to const generics 2021-02-04 22:05:52 -08:00
Sarah Jamie Lewis b48838c8e3 Tidy up comments & Structure + Benchmarks 2021-02-02 20:50:00 -08:00
Sarah Jamie Lewis c5bb0e2c88 Version 0.2.0
- Performance Improvements
- Removed KeyPair struct for a nicer API
2021-02-01 14:24:00 -08:00
Sarah Jamie Lewis 0040e0c905 Settle on a name 2021-01-30 11:33:30 -08:00
Sarah Jamie Lewis ec35ab5847 Fix up benchmarks and tests 2021-01-30 01:53:44 -08:00
Sarah Jamie Lewis 21baa32f8d Explicit extract method and false positive rate parameter p 2021-01-30 01:49:18 -08:00
Sarah Jamie Lewis d5adb82a58 Benchmarks 2021-01-30 00:23:46 -08:00