Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZKP usage #73

Closed
wants to merge 1 commit into from
Closed

ZKP usage #73

wants to merge 1 commit into from

Conversation

ucwong
Copy link
Member

@ucwong ucwong commented Jul 23, 2020

Try to use zkp in torrentfs

It is only under developing and investigating, all here may be changed.

  1. We need to provide 2 methods of proof generate and verify
  2. Decide how to make the proof question, including
    • How to choose the file will be proofed.
    • When and how to call proof methods from blockchain. (Every 100 blocks for example)
  3. Relate this to mining reward system. (consensus upgrade and hard fork)

Is it a possible or good way to use zkp here?

Any idea for this PR can be list below

@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #73 into master will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   25.00%   24.95%   -0.05%     
==========================================
  Files          13       13              
  Lines        2116     2120       +4     
==========================================
  Hits          529      529              
- Misses       1504     1508       +4     
  Partials       83       83              
Impacted Files Coverage Δ
fs.go 0.00% <0.00%> (ø)

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 5d734a9...54f8181. Read the comment docs.

@ucwong ucwong added advanced enhancement New feature or request zkp labels Jul 23, 2020
@ucwong ucwong linked an issue Jul 23, 2020 that may be closed by this pull request
@ucwong ucwong closed this Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced enhancement New feature or request zkp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using zkp for model security
3 participants