webb-tools / zero-knowledge-gadgets

Zero-knowledge gadgets for Webb's cross-chain blockchain applications.
Apache License 2.0
89 stars 29 forks source link

Filip/utxo encryption #176

Closed lazovicff closed 2 years ago

lazovicff commented 2 years ago

One last thing to add is conversion to/from bytes for EncryptedData

codecov-commenter commented 2 years ago

Codecov Report

Merging #176 (cfadf10) into master (5665c64) will increase coverage by 0.04%. The diff coverage is 70.33%.

:exclamation: Current head cfadf10 differs from pull request most recent head 038b942. Consider uploading reports for the commit 038b942 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage   63.86%   63.90%   +0.04%     
==========================================
  Files          55       56       +1     
  Lines        3819     3929     +110     
==========================================
+ Hits         2439     2511      +72     
- Misses       1380     1418      +38     
Impacted Files Coverage Δ
arkworks-setups/src/lib.rs 0.00% <ø> (ø)
arkworks-setups/src/r1cs/vanchor/mod.rs 33.61% <50.00%> (-1.28%) :arrow_down:
arkworks-setups/src/keypair.rs 68.23% <68.23%> (ø)
arkworks-setups/src/utxo.rs 65.71% <77.41%> (+3.49%) :arrow_up:
arkworks-setups/src/common.rs 68.88% <0.00%> (-2.23%) :arrow_down:
arkworks-setups/src/r1cs/mixer/tests.rs 99.28% <0.00%> (-0.72%) :arrow_down:
...dgets/src/merkle_tree/simple_merkle_constraints.rs 74.19% <0.00%> (ø)
arkworks-gadgets/src/merkle_tree/simple_merkle.rs 65.69% <0.00%> (+0.72%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5665c64...038b942. Read the comment docs.