issues
search
poanetwork
/
threshold_crypto
A pairing-based threshold cryptosystem for collaborative decryption and signatures used in HoneybadgerBFT implementation
Other
191
stars
72
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make it no-std
#67
davidp94
opened
5 years ago
10
Don’t allow calling `reveal` in release builds
#66
DemiMarie
opened
6 years ago
4
Add missing_docs lint, extend docs.
#65
afck
closed
6 years ago
0
Make serialization less wasteful.
#64
afck
closed
6 years ago
0
Add `from_bytes` methods, improve serialization.
#63
afck
closed
6 years ago
0
Added a bit iterator for signatures
#62
vkomenda
closed
5 years ago
3
Re-link security audit
#61
andogro
closed
6 years ago
0
Added security audit link
#60
andogro
closed
6 years ago
0
Instead of macro_use, use use.
#59
afck
closed
6 years ago
0
Upgrade to Rust 1.30.0.
#58
afck
closed
6 years ago
0
Version 0.2.1
#57
afck
closed
6 years ago
1
Make hash_g2 public.
#56
afck
closed
6 years ago
0
Version 0.2.0
#55
afck
closed
6 years ago
1
Use hex_fmt 0.2.0.
#54
afck
closed
6 years ago
0
Add `cargo audit` to CI.
#53
mbr
closed
6 years ago
0
Fix negative overflow, add interpolation test.
#52
afck
closed
6 years ago
1
Integer underflow in `interpolate`.
#51
mbr
closed
6 years ago
0
Replace HexBytes with the hex_fmt crate.
#50
afck
closed
6 years ago
0
Mocktography
#49
mbr
closed
6 years ago
0
Reorder: public imports come last.
#48
afck
closed
6 years ago
0
Remove explicit Send+Sync impl for Error.
#47
afck
closed
6 years ago
0
Optimize polynomial interpolation in the curve.
#46
afck
closed
6 years ago
1
Remove mlock.
#45
afck
closed
6 years ago
0
Prepare for adding mock cryptography for testing.
#44
afck
closed
6 years ago
0
Merge xor_vec and hash_bytes, validate polynomial degrees.
#43
afck
closed
6 years ago
0
Efficiently allocate memory for secrets in locked pages.
#42
afck
opened
6 years ago
16
Add an API that allows specifying the RNG to be used for encryption.
#41
mbr
closed
6 years ago
0
Fix build failure if deadlinks is already installed.
#40
afck
closed
6 years ago
0
Add benchmark for combining signatures
#39
afck
closed
6 years ago
1
Update authors list, add cargo-deadlinks.
#38
afck
closed
6 years ago
1
Fix CI by using Rust 1.29
#37
vkomenda
closed
6 years ago
0
Fix CI: use only stable Rust.
#36
afck
closed
6 years ago
0
Add benchmark for combining signatures
#35
fhaynes
closed
6 years ago
7
Added 'MlockManager' to prevent early 'munlock'ing
#34
DrPeterVanNostrand
closed
5 years ago
8
Add additional benchmarks
#33
fhaynes
closed
6 years ago
10
Typo fixes, added Code of Conduct file
#32
andogro
closed
6 years ago
0
Dont unlock more than one secret at a time
#31
DrPeterVanNostrand
closed
5 years ago
2
Added type for clearing temporary values.
#30
DrPeterVanNostrand
closed
6 years ago
0
Add `CHANGELOG.md` for breaking API changes
#29
DrPeterVanNostrand
opened
6 years ago
0
Added 'try_' constructors to secret types.
#28
DrPeterVanNostrand
closed
6 years ago
0
`SecretKeyShare` should have a redacted `Debug` implementation
#27
DrPeterVanNostrand
closed
6 years ago
0
Added 'Testing' section to README
#26
DrPeterVanNostrand
closed
6 years ago
0
Optimize the polynomial interpolation in `lib.rs`.
#25
afck
closed
6 years ago
1
Consider zeroing and mlocking temporary values.
#24
afck
opened
6 years ago
3
Simplify Poly multiplication, speed up interpolation.
#23
afck
closed
6 years ago
2
Use Formatter debug helpers. Hide SecretKeyShares.
#22
afck
closed
6 years ago
0
Update to Rust `beta` channel.
#21
mbr
closed
6 years ago
0
Update `rustc` to version `1.29.x-beta`
#20
DrPeterVanNostrand
closed
6 years ago
0
Benchmark polynomials of different degrees.
#19
afck
closed
6 years ago
1
Added benchmarks for polynomial multiplication and interpolation.
#18
DrPeterVanNostrand
closed
6 years ago
0
Previous
Next