Commit Graph

  • 5905199f2c
    Bump reviewdog/action-actionlint from 1.39.1 to 1.40.0 dependabot[bot] 2023-12-19 07:46:00 +0000
  • a1350ea182
    Update demo instructions in book (#562) natalie 2023-12-12 21:58:39 +0000
  • 292e970277
    Merge of #562 mergify[bot] 2023-12-12 21:57:58 +0000
  • 22c1b4fb84 Update details of downloading params in tutorial (#557) natalie 2023-12-12 19:23:41 +0000
  • 1e29230827
    Create DKG vector tests (#587) natalie 2023-12-04 19:15:25 +0000
  • 1069191bf6
    Merge of #587 mergify[bot] 2023-12-04 19:14:44 +0000
  • 1e7200006d Update imports for DKG vector tests (#567) natalie 2023-12-04 17:45:46 +0000
  • 1f31d50399 Merge remote-tracking branch 'origin' into dkg_testing_567 natalie 2023-12-04 17:30:04 +0000
  • b049dfa139 Add description for DKG vector test (#567) natalie 2023-12-04 17:29:15 +0000
  • 6d82adf941
    fix deserialization issue in ciphersuite_deserialize (#589) David Wong 2023-12-04 08:34:42 -0800
  • 67b988f8f8 fix deserialization issue in ciphersuite_deserialize David Wong 2023-12-01 14:06:23 -0800
  • 37d8699235 Add DKG test vectors for all ciphersuites (#567) natalie 2023-11-30 16:16:43 +0000
  • 47f1f4e0c5 Add DKG vector test for ed25519 (#567) natalie 2023-11-29 10:03:03 +0000
  • 221c089f2b
    create new() methods for VerifirableSecretSharingCommitment and CoefficientCommitment (#580) Conrado Gouvea 2023-11-20 11:56:33 -0300
  • 65ce25e358
    Merge of #580 mergify[bot] 2023-11-20 14:55:52 +0000
  • 4406e01afc
    Update changelog (#582) frost-secp256k1/v1.0.0-rc.0 frost-ristretto255/v1.0.0-rc.0 frost-rerandomized/v1.0.0-rc.0 frost-p256/v1.0.0-rc.0 frost-ed448/v1.0.0-rc.0 frost-ed25519/v1.0.0-rc.0 frost-core/v1.0.0-rc.0 natalie 2023-11-17 10:46:37 +0000
  • a5507ccc5f Update changelog (#581) natalie 2023-11-17 10:27:59 +0000
  • 9bc8fcce53 create new() methods for VerifirableSecretSharingCommitment and CoefficientCommitment Conrado Gouvea 2023-11-16 14:23:07 -0300
  • 036b0ce3fe
    Fix warnings (#578) natalie 2023-11-16 17:18:40 +0000
  • bbeb53639d
    Merge of #578 mergify[bot] 2023-11-16 17:17:57 +0000
  • 1e2d1fc5ff Remove BindingFactorList::iter() and use directly in vector test (#576) natalie 2023-11-16 16:19:25 +0000
  • a72f9efba3 Refactor BindingFactor::deserialize into from_hex as it's only used for testing (#576) natalie 2023-11-16 16:05:25 +0000
  • 99866a7902
    Update itertools requirement from 0.11.0 to 0.12.0 (#574) dependabot[bot] 2023-11-15 11:53:46 -0300
  • c897c17e41 Use from_coefficients() instead of evaluate_polynomial() when computing a signing_share (#576) natalie 2023-11-15 14:30:34 +0000
  • 37e8856449
    Release v1.0.0-rc.0 (#575) natalie 2023-11-15 13:08:34 +0000
  • db8f4e4fb8 Update mdbook-admonish (#552) natalie 2023-11-15 12:49:42 +0000
  • b1c7a1493c Update release checklist to add instruction for updating version numbers for frost-rerandomized (#552) natalie 2023-11-15 12:48:19 +0000
  • 2fad37150b Update rerandomized and frost-core dependencies to use v1.0.0-rc.0 (#552) natalie 2023-11-15 12:43:01 +0000
  • 823b546d6a Update frost core version in ciphersuites to 1.0.0-rc.0 (#552) natalie 2023-11-15 12:27:00 +0000
  • 3a6ad56ca1 Update changelog for release 1.0.0-rc.2 (#552) natalie 2023-11-15 12:24:43 +0000
  • 05f378c237 Update versions to 1.0.0-rc.0 (#552) natalie 2023-11-15 11:54:05 +0000
  • c04c02778c
    Update itertools requirement from 0.11.0 to 0.12.0 dependabot[bot] 2023-11-15 07:28:41 +0000
  • e69002e0f6
    re-export serde in ciphersuite crates (#573) Conrado Gouvea 2023-11-10 14:27:41 -0300
  • 6d5e1ff23a re-export serde in ciphersuite crates Conrado Gouvea 2023-11-09 15:35:45 -0300
  • 870c57492b Update mdbook-admonish to v3.0.0 (#557) natalie 2023-11-08 17:13:18 +0000
  • 621f79e59e add resharing design document draft conduition 2023-11-07 21:47:39 +0000
  • 408540fb86
    frost-core: split part of lib.rs into traits.rs and serialization.rs (#569) Conrado Gouvea 2023-11-07 11:57:21 -0300
  • 9ceac9756c add key resharing module conduition 2023-11-06 06:39:46 +0000
  • 91455193cf frost-core: split part of lib.rs into traits.rs and serialization.rs Conrado Gouvea 2023-10-31 15:22:21 -0300
  • a0df08e30a
    remove frost module (#568) Conrado Gouvea 2023-10-31 13:30:05 -0300
  • 2d0c8d26e1 remove frost module Conrado Gouvea 2023-10-30 14:19:16 -0300
  • 71c092532c
    add computing PublicKeyPackage from commitments (#551) Conrado Gouvea 2023-10-27 08:48:54 -0300
  • c42f02261f Merge remote-tracking branch 'origin/main' into pubkey-package-from-commitments Conrado Gouvea 2023-10-25 11:37:53 -0300
  • e0db6151e0
    Support optional cheater detection (#564) natalie 2023-10-25 14:23:26 +0100
  • 8fd9d45a86 Create information section in ywallet-demo tutorial (#557) natalie 2023-10-25 10:47:44 +0100
  • 5f5f46a2a3 Remove fetch-params script from ywallet demo (#557) natalie 2023-10-25 10:36:10 +0100
  • 507cf0eabc
    Update text in demo tutorial (#562) natalie 2023-10-25 10:33:03 +0100
  • 499c0f2a91
    Update text in demo tutorial (#562) natalie 2023-10-25 10:32:42 +0100
  • be1e444a75 Merge remote-tracking branch 'origin' into cheater_detection_355 natalie 2023-10-25 10:27:49 +0100
  • 5c5e242e8e Remove unnecessary cheater-detection gates in tests (#355) natalie 2023-10-25 10:27:36 +0100
  • 3d25db1296
    Bump actions/checkout from 4.1.0 to 4.1.1 (#563) dependabot[bot] 2023-10-20 17:54:50 +0000
  • a61da10f39
    Bump actions/checkout from 4.1.0 to 4.1.1 dependabot[bot] 2023-10-20 17:50:13 +0000
  • b1c39899b0 also change regular challenge() verifying key argument to VerifyingKey Conrado Gouvea 2023-10-20 14:04:23 -0300
  • 28c582dd7f fix order of inputs for DKG commitment hashing Conrado Gouvea 2023-10-20 13:58:43 -0300
  • 266f12624e
    clippy fixes (#565) Conrado Gouvea 2023-10-20 12:12:46 -0300
  • b51a22fc2c clippy fixes Conrado Gouvea 2023-10-17 19:29:39 -0300
  • 4d26417d1d Default to cheater detection feature in ciphersuites (#355) natalie 2023-10-20 13:15:41 +0100
  • 83abdb3b9a Update changelog for cheater detection feature addition (#355) natalie 2023-10-20 13:05:15 +0100
  • 541ebf3387 Make cheater detection feature on by default (#355) natalie 2023-10-20 13:00:58 +0100
  • 325cb03752 avoid duplicating aggregate() Conrado Gouvea 2023-10-18 19:00:15 -0300
  • 20e9566d30 Merge remote-tracking branch 'origin' into cheater_detection_355 natalie 2023-10-18 09:25:19 +0100
  • 5066bcf743 Add feature for cheater detection (#355) natalie 2023-10-18 09:24:42 +0100
  • 1a236e1ff5 clippy fixes Conrado Gouvea 2023-10-17 19:29:39 -0300
  • 7965e24f42 change IncorrectCommitment to IncorrectNumberOfCommitments Conrado Gouvea 2023-10-17 19:23:01 -0300
  • d8a4ee0847 Fix ywallet demo instructions (#557) natalie 2023-10-16 15:39:10 +0100
  • 5cd7964a54
    update README, move dev info to book (#554) Conrado Gouvea 2023-10-10 11:24:23 -0300
  • b1e5367095
    Merge of #554 mergify[bot] 2023-10-10 14:23:40 +0000
  • b37bde0d2a
    Bump reviewdog/action-actionlint from 1.38.0 to 1.39.1 (#556) dependabot[bot] 2023-10-03 18:46:02 +0000
  • 573c49f189
    Bump reviewdog/action-actionlint from 1.38.0 to 1.39.1 dependabot[bot] 2023-10-03 18:38:13 +0000
  • a8ca3f635a
    Bump actions/checkout from 4.0.0 to 4.1.0 (#549) dependabot[bot] 2023-10-03 18:37:05 +0000
  • 1d8f96e619
    Update curve25519-dalek requirement from =4.1.0 to =4.1.1 (#544) dependabot[bot] 2023-10-03 18:36:20 +0000
  • 154595fb0e
    Merge of #549 mergify[bot] 2023-10-03 18:35:41 +0000
  • 0bc0cd8f56
    Merge of #544 mergify[bot] 2023-10-03 18:35:40 +0000
  • 7dda3cd980 Update tutorial in book (#557) natalie 2023-10-03 16:40:33 +0100
  • b4793ace4c initial cargo vet support cargo-vet-init Conrado Gouvea 2023-10-02 19:29:54 -0300
  • d33e1ce9c5 update README, move dev info to book Conrado Gouvea 2023-10-02 14:44:09 -0300
  • d938b53d83
    book: add release checklist (#553) Conrado Gouvea 2023-09-29 12:14:45 -0300
  • c371f9096d book: add release checklist Conrado Gouvea 2023-09-28 18:33:44 -0300
  • b333d6ec01 overall cleanup Conrado Gouvea 2023-09-25 20:42:16 -0300
  • 2385a770d8 Merge remote-tracking branch 'origin/main' into pr/502 Conrado Gouvea 2023-09-25 18:29:18 -0300
  • 4ede3a293e fix dkg test Conrado Gouvea 2023-09-25 18:27:03 -0300
  • 3efc0c061b Add construct_proof_of_knowledge. David Craven 2023-09-25 13:42:37 +0200
  • c1da1d82dd
    dependabot: remove hardcoded reviewer and assignee (#546) Conrado Gouvea 2023-09-25 10:16:42 -0300
  • 668d5488c0
    Merge of #546 mergify[bot] 2023-09-25 13:16:09 +0000
  • 69a83a7d05 Add construct_proof_of_knowledge. David Craven 2023-09-25 13:42:37 +0200
  • 6eaa160384
    Bump actions/checkout from 4.0.0 to 4.1.0 dependabot[bot] 2023-09-25 06:57:24 +0000
  • 5be5f56a60
    Update curve25519-dalek requirement from =4.1.0 to =4.1.1 dependabot[bot] 2023-09-22 14:20:50 +0000
  • c0c57f4b4b
    generate Randomizer by hashing SigningPackage (#542) Conrado Gouvea 2023-09-22 11:20:11 -0300
  • 39ab52afda
    Merge of #542 mergify[bot] 2023-09-22 14:19:28 +0000
  • ba3ef7dbb8
    Convert all HashMaps to BTreeMaps (#547) natalie 2023-09-22 15:08:32 +0100
  • 2370b449d6 Merge remote-tracking branch 'origin' into hashmap_to_btreemap_476 natalie 2023-09-22 14:13:06 +0100
  • 4d7495fd6b Convert HashMaps to BTreeMaps (#476) natalie 2023-09-22 14:10:43 +0100
  • 6be570a411 dependabot: remove hardcoded reviewer and assignee Conrado Gouvea 2023-09-21 18:59:01 -0300
  • b7204e03ee generate Randomizer by hashing SigningPackage Conrado Gouvea 2023-09-18 16:47:45 -0300
  • c297ea8ee6 Merge remote-tracking branch 'origin/main' into pr/502 Conrado Gouvea 2023-09-21 10:36:25 -0300
  • a5dc479b4d
    remove serde bounds from Ciphersuites (#541) Conrado Gouvea 2023-09-21 06:24:21 -0300
  • 8ecc4e7fd8
    Merge of #541 mergify[bot] 2023-09-21 09:23:40 +0000
  • 4ba88c0210
    add version field to serialization at the beginning; move ciphersuite after it (#540) Conrado Gouvea 2023-09-20 12:40:01 -0300
  • 2195a3f31f
    Bump reviewdog/action-actionlint from 1.38.0 to 1.39.0 dependabot[bot] 2023-09-19 06:07:17 +0000
  • cd766214c9 remove serde bounds from Ciphersuites Conrado Gouvea 2023-09-18 15:21:59 -0300