117 Commits (471db6ab27cca71ba372f579fc3f8046e07e8343)
 

Author SHA1 Message Date
Michele Orrù 6feb0f802f Merge traits SqrtField and LegendreField into SqrtField. 7 years ago
Michele Orrù 2d3f498e75 Polish sqrt in fr.rs: use pattern matching with Legendre enums. 7 years ago
Michele Orrù 57b4e73627 Create enum for LegendreSymbol, fix test. 7 years ago
Michele Orrù 1b6cf85251 Add Legendre symbol for Fq and Fq2. 7 years ago
bmerge c4c6e25bc0 Auto merge of #37 - ebfull:0.11-release, r=ebfull 7 years ago
Sean Bowe 1239b7648d
Release 0.11. 7 years ago
bmerge dcbd0f3d0c Auto merge of #35 - ebfull:stable-arith, r=ebfull 7 years ago
bmerge 68747b4174 Auto merge of #34 - mmaker:fix/is_in_correct_subgroup, r=ebfull 7 years ago
Michele Orrù ec49fcc638 s/is_in_correct_subgroup/is_in_correct_subgroup_assuming_on_curve/ 7 years ago
Sean Bowe 51b16c52b3
Only enable `i128_type` when necessary. 7 years ago
bmerge 3f55cda9d1 Auto merge of #33 - plutomonkey:fix-use, r=ebfull 7 years ago
Sean Bowe 3908552fb9
Introduce stable arithmetic to avoid nightly/unstable features for some platforms. 7 years ago
Jason Davies b893aa17ac Remove redundant `use`. 7 years ago
bmerge 2eb25d2298 Auto merge of #32 - plutomonkey:fix-const, r=ebfull 7 years ago
Jason Davies b1d981e916 Replace inline value with const. 7 years ago
bmerge 990401395c Auto merge of #31 - plutomonkey:fix-doc, r=ebfull 7 years ago
Jason Davies 122d2b161d Update clippy to 0.0.151. 7 years ago
Jason Davies d2f47cfa2d Fix minor typos in comments/docs. 7 years ago
Jason Davies 21b0384f28 Fix for superscript period appearing in docs. 7 years ago
bmerge d72929f64e Auto merge of #26 - ebfull:even-more-adjustments, r=ebfull 7 years ago
Sean Bowe 766c902d8c
Allow `unreadable_literal` lint. 7 years ago
Sean Bowe ca5efdcebe
Update clippy again. 7 years ago
Sean Bowe 6410bdf998
Adopt idiomatic code suggestions. 7 years ago
Sean Bowe 34aa52b0f7
Another clippy update. 7 years ago
Sean Bowe ba2c9c7bf0
Clippy update. 7 years ago
Sean Bowe 964fad5a67
Version bump 7 years ago
Sean Bowe 05183c5348
Make Fq6 public. 7 years ago
Sean Bowe 053698eefb
Add `Engine` associated type to CurveProject/CurveAffine. 7 years ago
Sean Bowe 40ec989184
Add (not particularly efficient) from_str to PrimeField. 7 years ago
Sean Bowe dcca363d1b
Add muln() to PrimeFieldRepr along with tests for muln/divn. 7 years ago
Sean Bowe 9af0c7dd30
PrimeFieldRepr::divn() should accept u32. 7 years ago
Sean Bowe 1a481bc741
PrimeField::s() should return u32. 7 years ago
bmerge aa5d634c04 Auto merge of #21 - ebfull:bump-again, r=ebfull 7 years ago
Sean Bowe 7960f69ba9
Use newer version of clippy. 7 years ago
Sean Bowe f111008d66
Version bump to 0.10.1. 7 years ago
bmerge c643f0b1fa Auto merge of #20 - ebfull:pairing_with, r=ebfull 7 years ago
Sean Bowe 41834bc4b2
Add pairing_with API. 7 years ago
bmerge f51a383ef1 Auto merge of #19 - ebfull:ohtenrelease, r=ebfull 7 years ago
Sean Bowe 59765c5830
Version bump. 7 years ago
bmerge 8fc026bb61 Auto merge of #18 - ebfull:primefieldreprtests, r=ebfull 7 years ago
Sean Bowe 176c77d602
Random encoding/decoding tests for `PrimeFieldRepr`. Closes #3. 7 years ago
bmerge a6528a7876 Auto merge of #17 - ebfull:various-improvements, r=ebfull 7 years ago
Sean Bowe 9e5f70f126
(clippy) More idomatic reference matching. 7 years ago
Sean Bowe 19efad5ba6
Small fixups to reduce diff. 7 years ago
Sean Bowe 0e877810f7
Add tests for rejected encoded G1/G2 points. 7 years ago
Sean Bowe 2bfce59d8e
Offer `read_be` and `write_be` utilities to simplify code, and for testing. 7 years ago
Sean Bowe d67109d5d3
EncodedPoint should be Copy/Clone. 7 years ago
Sean Bowe 7b1cd7f211
Improve documentation for errors a bit. 7 years ago
Sean Bowe 1d4710a39e
Consistently use `Debug` and `Display`. 7 years ago
Sean Bowe 1027dda432
Carry the interpreted value of the encoding through the error. 7 years ago