Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bench: Don't depend on FieldElement and elligator_ristretto_flavor
An Elligator benchmark was added for the "lizard" extensions, and it made sure it was only measuring the Elligator part of the work by expanding a set of bytes into a FieldElement ahead of time. However, this requires the FieldElement alias to be pub, and depends on the elligator_ristretto_flavor helper function being pub as well. Changing it to test the lizard-based entry point means we're diverging less from upstream, and it's more realistic anyway.
- Loading branch information