Commit Graph

  • c65040662c derive serde Serialize and Deserialize in all messages structs Alfredo Garcia 2021-05-14 18:01:22 -0300
  • 21c309fba9 change some validation rules Alfredo Garcia 2021-05-14 16:06:40 -0300
  • 2891486199 fix validation Alfredo Garcia 2021-05-14 15:56:07 -0300
  • baa45527c5 add new constants and validations Alfredo Garcia 2021-05-14 15:39:31 -0300
  • e949f2bd3c validate share_commitment Alfredo Garcia 2021-05-14 09:50:55 -0300
  • be6c9f59d8 fix the build Alfredo Garcia 2021-05-14 09:42:57 -0300
  • f9bc28c665
    change validation to matches, fix constant doc Alfredo Garcia 2021-05-14 09:38:36 -0300
  • c92b892a02 remove `msg_type` validation rule Alfredo Garcia 2021-05-14 09:32:42 -0300
  • a1b92665cf
    Make state-based validation out of scope teor 2021-05-14 09:26:16 +1000
  • b20bc86793 add missing docs to constants Alfredo Garcia 2021-05-13 16:42:06 -0300
  • 5eb23bd589
    use rust in code sample of the README Alfredo Garcia 2021-05-13 16:32:34 -0300
  • 8344932986 start messages and validation Alfredo Garcia 2021-05-13 16:18:51 -0300
  • 111eab26f0 replace ParticipantID with ParticipantId everywhere remaining Alfredo Garcia 2021-05-13 10:59:43 -0300
  • e892d30af3 fix definitions after changes to ParticipantID Alfredo Garcia 2021-05-13 09:55:45 -0300
  • 5f3184e4f9 remove some spaces after newlines Alfredo Garcia 2021-05-13 09:28:25 -0300
  • ed337b6803 split doc comment in lines Alfredo Garcia 2021-05-13 09:22:42 -0300
  • 9db4453ded fix missing msg names Alfredo Garcia 2021-05-13 09:13:53 -0300
  • 79eda4ef6c
    Clarify participant ID changes teor 2021-05-13 18:39:17 +1000
  • 86f57730b9
    Reserve specific participant IDs for the dealer and aggregator teor 2021-05-13 18:34:36 +1000
  • 284d4650c8
    Add a constant for this serialization version teor 2021-05-13 18:30:11 +1000
  • 8955be9a1f
    Fix a missed type teor 2021-05-13 10:45:26 +1000
  • a53b40cf8f
    Remove the separate MsgCommitments type teor 2021-05-13 10:43:54 +1000
  • a3d01a51fb
    Name, Doc and Serialization Tweaks, and a Test Plan teor 2021-05-13 10:36:58 +1000
  • 70eb9aa2bd
    Fix a typo teor 2021-05-13 09:20:46 +1000
  • 0045e74cb3
    Bump codecov/codecov-action from 1 to 1.5.0 dependabot[bot] 2021-05-12 09:01:07 +0000
  • 48c005fc6a
    Bump actions-rs/toolchain from 1 to 1.0.7 dependabot[bot] 2021-05-12 09:01:07 +0000
  • 4718f89ff0
    Bump actions-rs/cargo from 1 to 1.0.3 dependabot[bot] 2021-05-12 09:01:02 +0000
  • 0c44e72ada
    Bump actions/checkout from 2 to 2.3.4 dependabot[bot] 2021-05-12 09:00:59 +0000
  • 899ea9e2d7 add definitions Alfredo Garcia 2021-05-11 10:27:16 -0300
  • 2d6290e2c5 use some escape characters Alfredo Garcia 2021-05-11 10:05:48 -0300
  • 43a302b397 fix missing field name and type in MsgCommitments serialization Alfredo Garcia 2021-05-11 09:59:18 -0300
  • 632ed9607f split rules in header and payload sub sections Alfredo Garcia 2021-05-11 09:50:16 -0300
  • 0d51a74f7e add a new validation rules section Alfredo Garcia 2021-05-11 09:42:31 -0300
  • cf84c6f199 update serialization Alfredo Garcia 2021-05-11 09:26:05 -0300
  • b8abdf5dad add line to AffinePoint description Alfredo Garcia 2021-05-11 09:16:58 -0300
  • 300e503a88 add a new not included item Alfredo Garcia 2021-05-11 09:14:09 -0300
  • 4284ddb85c update payloads rust code Alfredo Garcia 2021-05-11 09:06:58 -0300
  • e14631b355 change Participant to ParticipantID Alfredo Garcia 2021-05-10 11:24:03 -0300
  • 2293e1a52f fix typo Alfredo Garcia 2021-05-10 11:18:44 -0300
  • c90f1e3c2f remove participants field from rust in MsgSigningPackage Alfredo Garcia 2021-05-10 10:52:27 -0300
  • 28aefe2eb5 replace CollectedCommitment with a HashMap Alfredo Garcia 2021-05-10 10:49:36 -0300
  • b82e41465d remove lenght of msg to be signed from rust Alfredo Garcia 2021-05-10 10:38:10 -0300
  • 987cddd769 change comments to doc comments Alfredo Garcia 2021-05-10 10:11:01 -0300
  • 81ceee0fdc add note about large messages Alfredo Garcia 2021-05-10 10:05:46 -0300
  • 42763c176d use to_bytes in primitive types and reduce serialization size Alfredo Garcia 2021-05-10 10:02:20 -0300
  • 0ea8af9f34 fix typos Alfredo Garcia 2021-05-10 09:53:25 -0300
  • 5ea41da554 change verify() argument order Alfredo Garcia 2021-05-09 10:19:46 -0300
  • 2659c58024 introduce FrostError Alfredo Garcia 2021-05-09 10:00:44 -0300
  • 5d13f77d39 rename existing Error to SignatureError Alfredo Garcia 2021-05-09 09:33:42 -0300
  • debcbc11d3 change other considerations section to not included Alfredo Garcia 2021-05-09 08:48:56 -0300
  • 104d0f5922 add Other considerations section Alfredo Garcia 2021-05-09 08:36:46 -0300
  • dc902355a4 replace tuples with new types Alfredo Garcia 2021-05-08 20:43:36 -0300
  • b60873268d fix closing vector Alfredo Garcia 2021-05-06 19:43:34 -0300
  • 61740e2971 add size fields in MsgSigningPackage Alfredo Garcia 2021-05-06 19:39:32 -0300
  • 1ee805987c byte order note Alfredo Garcia 2021-05-06 19:20:58 -0300
  • f98c5cee60 update validation section Alfredo Garcia 2021-05-06 12:07:44 -0300
  • c587e845ca unpack Signature in MsgFinalSignature Alfredo Garcia 2021-05-06 11:36:42 -0300
  • 73944006e5 unpack VerificationKey Alfredo Garcia 2021-05-06 11:31:39 -0300
  • 647d19967d use affinepoint everywhere Alfredo Garcia 2021-05-06 11:01:41 -0300
  • b3902e513f unpack commitments in MsgDealerBroadcast Alfredo Garcia 2021-05-06 10:36:48 -0300
  • d0c8f18153 unpack SigningPackage in MsgSigningPackage Alfredo Garcia 2021-05-06 10:20:06 -0300
  • dd0b7deb8b change better name for alias Alfredo Garcia 2021-05-05 21:07:13 -0300
  • b80a5a6aca add frost:: to frost types, update intro, others Alfredo Garcia 2021-05-05 20:57:13 -0300
  • ace14ebae7 Fix a small typo Alfredo Garcia 2021-05-04 12:35:35 -0300
  • b725e224fa join serialization sections, readd `group_public` to initial msg Alfredo Garcia 2021-05-05 13:00:43 -0300
  • f74f57ca08 complete the rest of the messages sizes Alfredo Garcia 2021-05-04 17:26:25 -0300
  • 3d54c96d02 start a Serialized Size section Alfredo Garcia 2021-05-04 17:14:24 -0300
  • 4b88806d94 include the receiver side in validation section Alfredo Garcia 2021-05-04 14:52:39 -0300
  • 4cf6b87a9e update validate section Alfredo Garcia 2021-05-04 14:48:22 -0300
  • e4ecef9ebb remove non needed fields from MsgDealerBroadcast Alfredo Garcia 2021-05-04 13:38:20 -0300
  • 994a67a4d1 update MsgSigningPackage and MsgSignatureShare Alfredo Garcia 2021-05-04 13:01:02 -0300
  • 0e4a911c16 update MsgCommitments Alfredo Garcia 2021-05-04 12:40:42 -0300
  • dea1a698b3
    Fix a small typo Alfredo Garcia 2021-05-04 12:35:35 -0300
  • d0a569cd55 remove msg type numbers, fix version msg Alfredo Garcia 2021-05-04 12:19:26 -0300
  • c8eda8147f update MsgDealerBroadcast Alfredo Garcia 2021-05-04 11:55:14 -0300
  • 5a86e0c1e2 add a messages rfc Alfredo Garcia 2021-05-02 12:31:46 -0300
  • d151f53df0 Serialize & deserialize the SharePackage struct Marek 2021-04-21 17:05:56 +0100
  • 7a0d33f562 Fix a typo Marek 2021-04-15 21:58:03 +0200
  • bafdcaf55d Fix a typo Marek 2021-04-15 21:55:53 +0200
  • 50666eca95 Update the pdf Marek 2021-04-15 17:22:46 +0100
  • ccda863406 Describe messages for DKG Marek 2021-04-15 17:16:17 +0100
  • fc833e9966 Update the file structure Marek 2021-04-13 17:52:05 +0100
  • d165084f3c Propose initial message types Marek 2021-04-08 17:26:11 +0100
  • b0b5cd517a
    Update funty requirement from =1.1.0 to =1.2.0 dependabot[bot] 2021-04-05 09:58:02 +0000
  • 4ef6d3306d
    Bump to 0.4.0 (#75) 0.4.0 Deirdre Connolly 2021-04-03 10:18:33 -0400
  • 1919cb9e14 Bump to 0.4.0 Deirdre Connolly 2021-04-03 10:18:05 -0400
  • 2949f9a3f9 Upgrade rand, rand_core, and rand_chacha together Deirdre Connolly 2021-02-21 22:07:12 -0500
  • f9ab9f2b36 Upgrade rand, rand_core, and rand_chacha together Deirdre Connolly 2021-02-21 22:07:12 -0500
  • 3571be2184 Migrate to jubjub 0.6 Jack Grigg 2021-03-01 14:54:52 +0000
  • 6ab88f4143 Migrate to jubjub 0.6 Jack Grigg 2021-03-01 14:54:52 +0000
  • d7a9ddc6b7 Derive Debug, PartialEq Marek 2021-03-22 15:39:26 +0000
  • 7cf6eeb9e4 Add comments Marek 2021-03-22 14:19:18 +0000
  • ba4b89c80a Restrict the maximum number of participants to 255 by using u8 Marek 2021-03-19 15:04:30 +0000
  • d8585d5511
    Add Release Drafter bot (#74) Deirdre Connolly 2021-04-01 10:17:33 -0400
  • db1c01d286 Add Release Drafter bot Deirdre Connolly 2021-04-01 10:12:16 -0400
  • 84d0fb60e2
    Link to FROST security audit from module doc (#73) 0.3.0 Deirdre Connolly 2021-03-31 17:45:34 -0400
  • 340752a6f6 Link to FROST security audit from module doc Deirdre Connolly 2021-03-31 17:30:45 -0400
  • 2f3f5068aa
    Prepare 0.3.0 release (#72) Deirdre Connolly 2021-03-31 17:03:08 -0400
  • 38b418f351 Prepare 0.3.0 release Deirdre Connolly 2021-03-31 15:22:19 -0400
  • 5a1aba6bab Fix a typo Marek 2021-03-30 13:36:48 +0100