curve25519-dalek-source/src/backend/vector/avx2
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
..
constants.rs cargo fmt 2022-10-28 17:00:24 -04:00
edwards.rs Make basepoint table constants &'static references (#488) 2022-12-28 03:24:46 -05:00
field.rs Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) 2022-12-12 01:04:42 -05:00
mod.rs Use include_str! for .md inclusion in rustdoc (#434) 2022-11-14 00:22:50 -05:00