risc0-curve25519-dalek-source/src/backend
Henry de Valence c5fcc6602d Fix build for AVX2 backend.
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".
2018-03-19 11:15:52 -07:00
..
avx2 Fix build for AVX2 backend. 2018-03-19 11:15:52 -07:00
u32 Tidy docs for public constants in backends 2018-01-29 12:38:58 -08:00
u64 Whitespace EOL fixes. 2018-01-31 02:19:53 +00:00
mod.rs Tweak module header names 2018-01-26 10:44:48 -08:00