betrusted-curve25519-dalek-.../src/backend/serial/u32
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 Make basepoint table constants &'static references (#488) 2022-12-28 03:24:46 -05:00
field.rs Make zeroize an optional dependency (#481) 2022-12-26 16:19:55 -05:00
mod.rs Update copyright years. 2021-03-25 04:10:55 +00:00
scalar.rs Make zeroize an optional dependency (#481) 2022-12-26 16:19:55 -05:00