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

Initial Private FS Work #19

Closed
wants to merge 4 commits into from
Closed

Conversation

appcypher
Copy link
Member

@appcypher appcypher commented May 16, 2022

Summary

This PR implements the following features

  • HAMT for file tree storage as discussed with @matheus23
  • bloom/name filter with ancestry check support.
  • skip ratchet for backward secrecy and forward transparency.
  • private store for protected block store abstraction.
  • rust crypto vs web crypto support for signing and verification.

This PR implements a basic WNFSv2 private filesystem.

NB: PR contains changes from the another PR.

Test plan (required)

  • Testing the Rust core.

    cargo test -p wnfs --release
  • Testing the wasm bindings.

    cd crates/wasm
    yarn playwright test

Depends on

Ongoing Issues

Closing issues

@appcypher appcypher marked this pull request as draft May 16, 2022 09:25
@appcypher appcypher closed this May 17, 2022
@appcypher appcypher deleted the appcypher/initial-private-fs branch May 17, 2022 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant