betrusted-curve25519-dalek-.../src
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
..
backend Fix build for AVX2 backend. 2018-03-19 11:15:52 -07:00
curve_models Whitespace EOL fixes. 2018-01-31 02:19:53 +00:00
constants.rs Simplify and optimize Montgomery code. 2018-02-05 10:40:25 -08:00
edwards.rs Merge branch 'feature/dalek-rs-assets' into develop 2018-03-12 19:50:56 +00:00
field.rs Move pow2k into the backends and use it to implement square() 2018-01-19 17:50:48 -08:00
lib.rs Load resources from our own domain 2018-02-21 11:03:18 -08:00
macros.rs Implement public-facing ops traits on all combos of &T/T 2018-01-24 11:05:06 -08:00
montgomery.rs Simplify and optimize Montgomery code. 2018-02-05 10:40:25 -08:00
ristretto.rs Merge branch 'feature/dalek-rs-assets' into develop 2018-03-12 19:50:56 +00:00
scalar.rs Whitespace EOL fixes. 2018-01-31 02:19:53 +00:00
traits.rs Refactor select_precomputed_point into a LookupTable struct. 2017-12-07 12:46:57 -08:00