File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
crates/aptos-crypto/src/arkworks Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4545/crates /aptos @ gregnazario @ banool
4646
4747# Owners for the `/crates/aptos-crypto*` directories.
48- /crates /aptos-crypto-derive / @ alinush @ zjma @ rex1fernando
49- /crates /aptos-crypto / @ alinush @ zjma @ rex1fernando
48+ /crates /aptos-crypto-derive / @ alinush @ zjma @ rex1fernando @ waamm
49+ /crates /aptos-crypto / @ alinush @ zjma @ rex1fernando @ waamm
5050
5151# Owners for the `/crates/aptos-faucet` directory and all its subdirectories. And other faucet, genesis, and OpenAPI-related crates.
5252/crates /aptos-faucet @ banool @ gregnazario
107107/terraform / @ aptos-labs/prod-eng
108108
109109# Owners for the `aptos-dkg` crate.
110- /crates /aptos-dkg @ alinush @ rex1fernando
110+ /crates /aptos-dkg @ alinush @ rex1fernando @ waamm
111111
112112/types /src /keyless / @ alinush
113113/types /src /transaction /authenticator.rs @ alinush
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ pub type ShamirShare<F: WeightedSum> = (Player, F);
2727pub type ShamirGroupShare < G : CurveGroup > = ShamirShare < G > ;
2828
2929/// All dealt secret keys should be reconstructable from a subset of \[dealt secret key\] shares.
30- /// TODO: Should we keep Vec<(Player, Self::Share)> ? Vec<ShamirShare> looks simpler / more descriptive
3130pub trait Reconstructable < SSC : traits:: SecretSharingConfig > : Sized {
3231 /// The "share" type. Minor nit: this is a slight misnomer; you can't actually reconstruct
3332 /// using just a vec of shares, you need a vec of pairs (Player, Self::Share). So the pair
You can’t perform that action at this time.
0 commit comments