openethereum/ethkey/src
Svyatoslav Nikolsky 93a6047912 Fixing secretstore TODOs - part 1 (#5386)
* ECDKG protocol prototype

* added test for enc/dec math

* get rid of decryption_session

* added licenses

* fix after merge

* get rid of unused serde dependency

* doc

* decryption session [without commutative enc]

* failed_dec_session

* fixed tests

* added commen

* added more decryption session tests

* helper to localize an issue

* more computations to localize error

* decryption_session::SessionParams

* added tests for EC math to localize problem

* secretstore network transport

* encryption_session_works_over_network

* network errors processing

* connecting to KeyServer

* licenses

* get rid of debug println-s

* fixed secretstore args

* encryption results are stored in KS database

* decryption protocol works over network

* enc/dec Session traits

* fixing warnings

* fix after merge

* on-chain ACL checker proto

* fixed compilation

* fixed compilation

* finally fixed <odd>-of-N-scheme

* temporary commented test

* 1-of-N works in math

* scheme 1-of-N works

* updated AclStorage with real contract ABI

* remove unnecessary unsafety

* fixed grumbles

* wakeup on access denied

* encrypt secretstore messages

* 'shadow' decryption

* fix grumbles

* lost files

* secretstore cli-options

* decryption seccion when ACL check failed on master

* disallow regenerating key for existing document

* removed obsolete TODO

* fix after merge

* switched to tokio_io

* fix after merge

* fix after merge

* fix after merge

* fix after merge

* fix after merge

* fixed test

* fix after merge
2017-04-08 11:26:16 +02:00
..
bin Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
brain.rs Squashed: Public Node 2017-03-29 17:07:58 +02:00
error.rs Secretstore DKG protocol draft + distributed encryption/decryption tests (#4725) 2017-03-13 12:54:56 +01:00
extended.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
keccak.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
keypair.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
lib.rs EC math functions (#4696) 2017-03-02 12:27:41 +01: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 Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
signature.rs removed redundant FixedHash trait, fixes #4029 (#4866) 2017-03-11 22:58:15 +04:00