Skip to content

Commit e07f9f5

Browse files
committed
Add myself to CODEOWNERS
1 parent 49bc5c5 commit e07f9f5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
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
@@ -107,7 +107,7 @@
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

crates/aptos-crypto/src/arkworks/shamir.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pub type ShamirShare<F: WeightedSum> = (Player, F);
2727
pub 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
3130
pub 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

0 commit comments

Comments
 (0)