curve25519-dalek-source/benches
Tony Arcieri 6a51f4fa40
Make basepoint table constants &'static references (#488)
* Make basepoint table constants static references

This ensures they have a fixed address and aren't duplicated across
compilation units.

Since they were already always borrowed, this changes the static values
to be `&'static` addresses to ensure they're always borrowed rather than
potentially copied.

* rustfmt
2022-12-28 03:24:46 -05:00
..
dalek_benchmarks.rs Make basepoint table constants &'static references (#488) 2022-12-28 03:24:46 -05:00