issues
search
dwallet-labs
/
tiresias
Pure-Rust implementation of the UC-secure "Tiresias: Scalable, Maliciously Secure Threshold Paillier"
Other
22
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Basic example
#72
lucasmenendez
opened
1 month ago
0
build(deps): update rstest requirement from 0.21.0 to 0.23.0
#71
dependabot[bot]
opened
1 month ago
0
build(deps): update rstest requirement from 0.21.0 to 0.22.0
#70
dependabot[bot]
closed
1 month ago
1
Make the `GroupElement<const LIMBS: usize>` type serializable
#69
ItayLevyOfficial
closed
3 months ago
1
Make `encrypt_with_randomness` public
#68
ItayLevyOfficial
closed
4 months ago
0
Expose `secret_key` so `DecryptionKey`s can be serialized
#67
ycscaly
closed
4 months ago
0
chore: Make the `DecryptionKey` Serializable
#66
ItayLevyOfficial
closed
4 months ago
0
Make the pallier private key serializable
#65
ItayLevyOfficial
closed
4 months ago
1
.github/workflows: move scripts dir and improve CI
#64
zeevmoney
closed
4 months ago
0
build(deps): update rstest requirement from 0.18.1 to 0.21.0
#63
dependabot[bot]
closed
4 months ago
1
build(deps): update rstest requirement from 0.18.1 to 0.19.0
#62
dependabot[bot]
closed
5 months ago
1
Paillier Key Generation
#61
ycscaly
closed
4 months ago
0
Adapt code to work with `group` and `homomorphic-encryption` traits
#60
ycscaly
closed
4 months ago
0
`.github/workflows`: add CI job that verifies license file and license-text in `.rs` files
#59
Fadude
closed
8 months ago
0
BSD-3-Clause-Clear
#58
ycscaly
closed
9 months ago
0
Expose the Trusted Dealer Functionality in tests
#57
ycscaly
closed
9 months ago
0
Derive `Eq` for `ProofOfEqualityOfDiscreteLogs`
#56
ycscaly
closed
10 months ago
0
Expose `precomputed_values` Member of `DecryptionKeyShare`
#55
ycscaly
closed
10 months ago
0
Expose `DecryptionKeyShare::combine_decryption_shares_semi_honest()`
#54
ycscaly
closed
10 months ago
0
Expose `Message` Members
#53
ycscaly
closed
10 months ago
0
Derive `Clone` for `Error`
#52
ycscaly
closed
10 months ago
0
Expose `encryption_key` in `DecryptionKeyShare`
#51
ycscaly
closed
10 months ago
0
Don't `unwrap()`
#50
ycscaly
opened
10 months ago
0
Derive `Debug, Clone, PartialEq, Eq` for `DecryptionKey` & `DecryptionKeyShare`
#49
ycscaly
closed
10 months ago
0
Semi Honest Threshold Decryption
#48
ycscaly
closed
10 months ago
0
Derive `Eq` for `EncryptionKey`
#47
ycscaly
closed
10 months ago
0
Upstream MultiExponentiation to crypto-bigint
#46
ycscaly
closed
10 months ago
0
implement `encrypt_with_randomness_inner()`
#45
ycscaly
closed
11 months ago
0
`EncryptionKey` Serialization & Deserialization
#44
ycscaly
closed
11 months ago
0
Derive Clone for DecryptionKey
#43
ycscaly
closed
1 year ago
0
encryption_key, decryption_key: derive PartialEq and implement`AsRef<EncryptionKey>` for `DecryptionKey`
#42
ycscaly
closed
1 year ago
0
Assure Valid Instantitaions of `EncryptionKey` and `DecryptionKey`/`DecryptionKeyShare`
#41
ycscaly
opened
1 year ago
1
build(deps): bump actions/checkout from 3 to 4
#40
dependabot[bot]
closed
1 year ago
0
fix package name (change from "threshold-paillier" to "tiresias")
#39
ycscaly
closed
1 year ago
0
build(deps): update rstest requirement from 0.17.0 to 0.18.1
#38
dependabot[bot]
closed
1 year ago
1
license: remove license-file attribute
#37
zeevmoney
closed
1 year ago
0
readme: DKG links
#36
ycscaly
closed
1 year ago
0
cargo.toml: upstream `crypto-bigint`
#35
ycscaly
closed
1 year ago
0
update README.md
#34
ycscaly
closed
1 year ago
0
Upstream `ycscaly/crypto-bigint` changes and transition to `oirign/crypto-bigint`
#33
ycscaly
closed
1 year ago
1
all: add license
#32
zeevmoney
closed
1 year ago
0
benchmarking: remove 10000 batch size
#31
ycscaly
closed
1 year ago
0
.github/workflows: change self hosted benchmark timeout
#30
zeevmoney
closed
1 year ago
0
updated benchmarking
#29
ycscaly
closed
1 year ago
0
Properly handle Clippy's Too Many Arguments Error
#28
ycscaly
opened
1 year ago
0
finishing touch
#27
ycscaly
closed
1 year ago
0
batch_verification: Implement batch verification
#26
ycscaly
closed
1 year ago
0
multiexp: Implement Multi-Exponentiation in Order to Optimize `combine_decryption_shares`
#25
ycscaly
closed
1 year ago
0
secret sharing over integers
#24
ycscaly
closed
1 year ago
0
Divide into workspaces
#23
ycscaly
opened
1 year ago
0
Next