mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
A missing import of the Borrow trait caused the build to break with the "yolocrypto" feature enabled; this was't caught by CI because the CI machine that Travis used didn't have AVX2, so the code was never built. This commit adds the missing import and changes `std` to `core` so that the AVX2 backend builds with no_std, but this isn't tested and is, actually, "yolocrypto". |
||
|---|---|---|
| .. | ||
| backend | ||
| curve_models | ||
| constants.rs | ||
| edwards.rs | ||
| field.rs | ||
| lib.rs | ||
| macros.rs | ||
| montgomery.rs | ||
| ristretto.rs | ||
| scalar.rs | ||
| traits.rs | ||