issues
search
cambrian
/
accumulator
Cryptographic accumulators in Rust.
https://cambrian.github.io/accumulator
MIT License
133
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix an error which is displayed in benchmark
#60
Zhuchengyu04
closed
3 years ago
0
fix an error which is displayed in benchmark (#56)
#59
Zhuchengyu04
closed
3 years ago
0
fix an error which is displayed in benchmark (#56)
#58
Zhuchengyu04
closed
3 years ago
0
fix an error which is displayed in benchmark (#56)
#57
Zhuchengyu04
closed
3 years ago
2
An error is displayed when I benchmark.
#56
doronz2
opened
4 years ago
2
Another error displayed when i execute cargo run on accumulator-demo
#55
lamei1224
opened
4 years ago
0
Error Message displays when i execute 'cargo test'and 'cargo bench'
#54
lamei1224
opened
4 years ago
7
Cannot compile on macOS
#53
BoltonBailey
closed
4 years ago
1
Unable to install
#52
BoltonBailey
closed
4 years ago
2
Add ristretto scalar restricition and remove improper proof assertion.
#51
3for
opened
4 years ago
2
The `MAX_SAFE_SCALAR` val in ristretto group is not proper
#50
3for
opened
4 years ago
3
Why not reduce after op in class group?
#49
wangboyu-langya
closed
4 years ago
1
How do you pick the generator g?
#48
gogo9th
opened
4 years ago
2
Unable to generate membership proof for output of compute_individual_witnesses.
#47
sshravan
closed
5 years ago
1
Given an accumulator digest, how to compute the membership proof of an element in the set?
#46
sshravan
closed
5 years ago
5
Implementation of MemWitCreate
#45
duyuefeng0708
closed
5 years ago
6
Implementing a zero-knowledge proof of membership
#44
pgrinaway
opened
5 years ago
1
NI-PoKE2 uses group generator, rather than `H_𝔾(u,w)`
#43
HarryR
closed
5 years ago
2
Updating a membership witness
#42
pgrinaway
closed
5 years ago
8
Look into WASM compilation
#41
whaatt
opened
5 years ago
1
Do we need to call hash_to_prime in Poe?
#40
eddiew
closed
5 years ago
1
Generalize Accumulator over hashable types, improve Accumulator interface
#39
eddiew
closed
5 years ago
1
Look into WASM compilation
#38
whaatt
closed
5 years ago
0
Tasks for initial open-source release
#37
whaatt
closed
5 years ago
0
fix benches
#36
eddiew
closed
5 years ago
0
Class group optimization
#35
alanefl
opened
5 years ago
17
How is the library discouraging/warning against the use of lower-level routines?
#34
alanefl
closed
5 years ago
0
Generalize Accumulator, VectorCommitment over types that implement Hash
#33
eddiew
closed
5 years ago
1
Add module rustdocs and reorg exports
#32
eddiew
closed
5 years ago
0
Introduce internal module
#31
alanefl
closed
5 years ago
6
Make ClassGroup::reduce return a 3-tuple instead of a ClassElem
#30
eddiew
closed
5 years ago
0
Class group style
#29
eddiew
closed
5 years ago
0
Type-level enforcement for reduced/normalized class group elements
#28
alanefl
closed
5 years ago
2
Zero-allocation hash_to_prime via custom U256/U512
#27
eddiew
closed
5 years ago
3
Help me organize the zero allocation U256/U512 code
#26
eddiew
closed
5 years ago
3
Unoptimized class groups
#25
alanefl
closed
5 years ago
7
WIP: Speeding up accumulators.
#24
whaatt
closed
5 years ago
5
Deleting batch
#23
lucasege
closed
5 years ago
0
Clippy pedantic
#22
lucasege
closed
5 years ago
0
Zipped version of root factor and new membership witness update fn.
#21
whaatt
closed
5 years ago
2
Better solution to testing both RSA and Class group accumulators
#20
alanefl
closed
5 years ago
1
derive debug for Group
#19
eddiew
closed
5 years ago
0
add derive Hash to group
#18
lucasege
closed
5 years ago
0
Reduce class group tests should perform reduction
#17
mstraka100
closed
5 years ago
2
require static lifetime for typerep instances
#16
eddiew
closed
5 years ago
0
require send and sync for Group::Elem
#15
eddiew
closed
5 years ago
0
Class bench
#14
mstraka100
closed
5 years ago
2
derive useful stuff for simulator lib
#13
eddiew
closed
5 years ago
0
Adding root_factor function
#12
lucasege
closed
5 years ago
1
Small changes needed for sim repo
#11
whaatt
closed
5 years ago
7
Next