Alex Vlasov
|
7aa7f3538d
|
export functions
|
2019-02-07 14:30:50 +03:00 |
|
Alex Vlasov
|
6059601518
|
start restructuring to use groth16-similar types
|
2019-02-07 14:27:08 +03:00 |
|
Alex Vlasov
|
cd00c4eaf7
|
mark progress
|
2019-02-06 02:23:27 +03:00 |
|
Alex Vlasov
|
a3f910cb52
|
done junction with ETH
|
2019-02-06 01:20:41 +03:00 |
|
Alex Vlasov
|
746eb56e0f
|
verifying key is now self-sufficient for exports
|
2019-02-05 23:10:14 +03:00 |
|
Alex Vlasov
|
9cb62348fb
|
can get Q too
|
2019-02-05 19:46:00 +03:00 |
|
Alex Vlasov
|
e5bc2c197f
|
fetch values for input verification from synthesized circuit
|
2019-02-05 18:56:04 +03:00 |
|
Alex Vlasov
|
e8409bb70b
|
rename and make field public. Prepare to test on Eth
|
2019-02-05 17:28:38 +03:00 |
|
Alex Vlasov
|
7239a60044
|
make custom transcript that is implementable as SC
|
2019-02-05 17:23:26 +03:00 |
|
Alex Vlasov
|
84b57df325
|
generate G2 with unknown discrete logs
|
2019-02-05 15:49:31 +03:00 |
|
Alex Vlasov
|
528f0623ef
|
proper funciton name
|
2019-02-05 14:15:49 +03:00 |
|
Alex Vlasov
|
e51284e754
|
start real integration
|
2019-02-05 14:14:17 +03:00 |
|
Alex Vlasov
|
e41e3624f7
|
make TODO plan
|
2019-02-04 14:01:44 +03:00 |
|
Alex Vlasov
|
f06f92a9cc
|
integrate initial part of SONIC. Use original code, restructure, mock Transcript
|
2019-02-04 13:18:44 +03:00 |
|
Alex Vlasov
|
ff6c46240b
|
start implementing GM17 proof system
|
2019-02-01 18:36:50 +03:00 |
|
Alex Vlasov
|
e775b47d99
|
- add some benches
- cleanup dependencies
- will work on WASM and GM17
|
2019-01-23 21:02:11 +03:00 |
|
Alex Vlasov
|
59a1d70c91
|
remove remnants
|
2019-01-23 21:00:28 +03:00 |
|
Alex Vlasov
|
03ec5d5ffa
|
fix imports and build
|
2019-01-19 16:52:19 +03:00 |
|
Alex Vlasov
|
6e5cfe211f
|
remove verbosity, migrate dependencies
|
2019-01-17 11:38:54 +03:00 |
|
Alex Vlasov
|
3279e322eb
|
update to a new version of ff crate with serde support
|
2019-01-09 20:34:17 +02:00 |
|
Alex Vlasov
|
299c10a37d
|
prepare for testing for Ethereum related ceremony
|
2019-01-09 20:30:42 +02:00 |
|
Alexander
|
d87d815037
|
Merge pull request #2 from gluk64/master
demo added, docs updated
|
2018-12-21 06:34:29 +03:00 |
|
Alex
|
d9be906ed7
|
demo added, docs updated
|
2018-12-21 11:24:33 +08:00 |
|
Alex Vlasov
|
e544678a6a
|
has overwritten by accident
|
2018-12-08 06:04:08 +08:00 |
|
Alex Vlasov
|
57095fbf2b
|
add readme
|
2018-12-08 05:51:23 +08:00 |
|
Alex Vlasov
|
0a3dd7157c
|
fix case
|
2018-12-08 05:41:21 +08:00 |
|
Alex Vlasov
|
1363d02170
|
BN256 commit
|
2018-12-08 05:36:39 +08:00 |
|
Alex Vlasov
|
3c982d9305
|
Update readme
|
2018-12-08 05:33:14 +08:00 |
|
Alex Vlasov
|
d7d2b45441
|
migrate to community edition
|
2018-12-08 05:31:26 +08:00 |
|
bmerge
|
183a64b08e
|
Auto merge of #90 - str4d:ff, r=ebfull
Use ff crate for traits and impls
Depends on https://github.com/ebfull/ff/pull/1 and https://github.com/ebfull/ff/pull/5
|
2018-07-05 17:20:21 +00:00 |
|
Jack Grigg
|
fa8103764a
|
cargo fmt
|
2018-07-04 22:34:42 +01:00 |
|
Jack Grigg
|
c5b883f91e
|
Migrate to ff 0.4
|
2018-07-04 22:34:38 +01:00 |
|
Jack Grigg
|
4752a91781
|
Remove clippy from dependencies.
|
2018-07-04 22:34:21 +01:00 |
|
Sean Bowe
|
cc5b835102
|
Start using cargo-clippy for CI.
|
2018-07-04 22:33:59 +01:00 |
|
Jack Grigg
|
06a152734c
|
Add missing SqrtField import to benches
|
2018-07-02 18:41:55 +01:00 |
|
Jack Grigg
|
c49590bab7
|
Change all remaining uses of *Field to reference ff crate
|
2018-07-02 16:04:52 +01:00 |
|
Jack Grigg
|
bb22a167af
|
Update authors
|
2018-07-02 15:51:32 +01:00 |
|
Jack Grigg
|
defdf8df52
|
Connect ff u128-support to pairing u128-support
|
2018-07-02 15:49:47 +01:00 |
|
Jack Grigg
|
a9d8079c2a
|
Replace implementations of Fq and Fr with derives
|
2018-07-02 15:48:12 +01:00 |
|
Jack Grigg
|
d9d711ebb7
|
Use explicit imports instead of re-exporting the ff crate
|
2018-07-02 15:48:12 +01:00 |
|
Jack Grigg
|
1db099f1cc
|
Use ff crate for Field traits
|
2018-07-02 15:47:52 +01:00 |
|
bmerge
|
09b6e6f921
|
Auto merge of #82 - str4d:read-write-le, r=ebfull
Add read_le and write_le to PrimeFieldRepr
|
2018-05-17 17:55:18 +00:00 |
|
Sean Bowe
|
da5f1d3e37
|
Update to latest rustfmt
|
2018-05-17 11:59:20 -06:00 |
|
Sean Bowe
|
e4143a4bbc
|
Apply rustfmt to benchmarks
|
2018-05-17 10:50:56 -06:00 |
|
Sean Bowe
|
97bdd1655f
|
Update clippy
|
2018-05-17 10:44:28 -06:00 |
|
str4d
|
2a28b61468
|
Bump version
|
2018-05-17 16:52:19 +12:00 |
|
str4d
|
98bab6877a
|
Add read_le and write_le to PrimeFieldRepr
|
2018-05-17 16:50:40 +12:00 |
|
ebfull
|
58ebd37d9d
|
Merge pull request #2 from DrPeterVanNostrand/fix-link-to-pairing-repo-in-docs
Fixed link to pairing library in docs.
|
2018-04-22 14:30:31 -06:00 |
|
Peter van Nostrand
|
0c2b25fe88
|
Fixed link to pairing library in docs.
|
2018-04-22 14:49:22 -04:00 |
|
Sean Bowe
|
385f6222b4
|
Version bump
|
2018-04-12 22:28:02 -06:00 |
|