openethereum/ethkey/src
Svyatoslav Nikolsky 6334893561 SecretStore: generating signatures (#5764)
* refactoring traits

* separate generation session

* generalized ClusterSessions

* signing session prototype

* full_signature_math_session

* consensus session prototype

* continue signing session

* continue signing session

* continue signing session

* continue signing session

* isolated consensus logic

* started work on signing test

* complete_gen_sign_session works

* consensus tests

* get rid of duplicated data in SigningSession

* TODOs in signing session

* fixing tests

* fixed last test

* signing session in http listener

* new key server tests

* fix after merge

* enabled warnings

* fixed possible race

* ignore previous jobs responses

* include sef node in consensus when confirmed

* fixed warning

* removed extra clones

* consensus_restarts_after_node_timeout

* encrypt signature before return

* return error text along with HTTP status

* fix for odd-of-N (share check fails + not equal to local sign)

* fixed t-of-N for odd t

* fixed test cases in complete_gen_sign_session

* fixed mistimed response reaction

* jobs draft

* DecryptionJob

* consensus session tets

* fixed decryption tests

* signing job implementation

* siginng_session using new consensus_session

* added license preambles

* same_consensus_group_returned_after_second_selection

* database upgrade v0 -> v1

* typo

* fixed grumbles
2017-07-06 14:02:10 +02:00
..
brain.rs Create an account for chain=dev (#5612) 2017-05-19 17:06:36 +02:00
error.rs Secretstore DKG protocol draft + distributed encryption/decryption tests (#4725) 2017-03-13 12:54:56 +01:00
extended.rs Update dependencies and bigint api (#5685) 2017-05-24 12:31:33 +02:00
keccak.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
keypair.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
lib.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
math.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
prefix.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
random.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
secret.rs SecretStore: generating signatures (#5764) 2017-07-06 14:02:10 +02:00
signature.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00