Skip to content

Commit

Permalink
V2 ecies library (#260)
Browse files Browse the repository at this point in the history
* Add ECIES librarry

* Add e2e encryption and decryption

* Update protos

* Update docker-compose file

* Add comment
  • Loading branch information
neekolas authored Oct 4, 2023
1 parent b2b059d commit 52251d8
Show file tree
Hide file tree
Showing 15 changed files with 4,042 additions and 2,135 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"rust-analyzer.linkedProjects": ["bindings_ffi/Cargo.toml", "bindings_swift/Cargo.toml", "xmtp_dh/Cargo.toml", "examples/cli/Cargo.toml"]
}
"rust-analyzer.linkedProjects": [
"bindings_ffi/Cargo.toml",
"bindings_swift/Cargo.toml",
"xmtp_dh/Cargo.toml",
"examples/cli/Cargo.toml"
]
}
Loading

0 comments on commit 52251d8

Please sign in to comment.