Commit Graph

21 Commits

Author SHA1 Message Date
Sean Bowe 607958b8a2
Bump version to 0.3 2019-12-03 18:32:47 -07:00
Sean Bowe 2e98dabcb8
Remove the std feature. 2019-12-03 18:31:04 -07:00
ebfull e83f7d2bd1
Merge pull request #26 from zkcrypto/bls12-381-scalar
Replace Fq implementation with bls12_381::Scalar
2019-12-01 17:40:38 -07:00
Henry de Valence 62937011f7 Remove nightly advice for subtle.
This is not necessary since 2.2.1.
2019-11-27 11:01:05 -08:00
Jack Grigg 00f028d5b3
Bump rand_core dev dependency to 0.5 2019-11-26 19:44:03 +00:00
Jack Grigg 71ab0bb707
Drop byteorder dependency 2019-11-26 19:41:50 +00:00
Jack Grigg 4c1da9d8bc
Replace Fq implementation with bls12_381::Scalar 2019-11-26 19:26:41 +00:00
Sean Bowe 5ad7728a1c
Bump version to 0.2.0 2019-06-03 12:23:33 -06:00
Jack Grigg 798bc797e5
Update authors 2019-05-22 11:41:33 +01:00
Jack Grigg cb57a647b5
Use CtOption from subtle crate
Closes #20.
2019-05-04 20:58:19 +01:00
Sean Bowe d2e5f79b14
0.1.0 release. 2019-03-31 23:29:56 -06:00
Sean Bowe 96a05706aa
Do not enable the `std` feature of `subtle`. 2019-02-22 10:10:13 -07:00
Sean Bowe fb863be161
Do not require byteorder/std as we do not need any of these features. 2019-02-21 21:43:23 -07:00
Eirik0 c1e457ee37 Add black-box tests for Fq and Fr 2019-02-20 13:18:29 -07:00
Sean Bowe e3f219ae84
Update to subtle 2.0 2019-01-06 22:54:43 -07:00
Sean Bowe c68b050efb
Require Rust 2018 edition. 2019-01-05 21:44:41 -07:00
Eirik Ogilvie-Wigley 3e1b4e7c70 Update authors and format 2018-09-06 10:58:33 -06:00
Sean Bowe 27415d25c3
Add `std` and `nightly` features. 2018-08-31 19:53:31 -06:00
Sean Bowe cf210fe586
Implementation of inversion for Fp 2018-08-31 19:49:11 -06:00
Sean Bowe c582e80157
Implementation of Fq 2018-08-31 17:56:51 -06:00
Sean Bowe 47ac2fc007
Initial commit 2018-08-29 12:00:11 -06:00