Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdaq committed Nov 10, 2022
1 parent fccacbe commit 2274539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ sha256 = { version="1.1.1" }
openssl = { version="0.10.42", features = ["vendored"] }
aes-gcm = { version="0.10.1" }
p256 = { version="0.11.1", features = ["ecdsa"] }
rsa = { version="0.7.1" }
rand = { version="0.8.5", features = ["std_rng"] }
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Currently, a draft version of not yet published crate!

# Welcome to crypto-ext!

Hi, `crypto-ext` is a set of functionality providing easy and intuitive abstractions to encrypt, decrypt, sign and verify your data.
Expand Down Expand Up @@ -32,3 +30,6 @@ If you want to test `crypto-ext`.
## Community
Server on [Discord](https://discord.gg/PNqtG5ctMh) where you can ask questions and share ideas. Follow the [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct).

## Donations
If you appreciate my work and want to support it, feel free to do it via [PayPal](https://www.paypal.com/donate/?hosted_button_id=VN8QMM52PM6JC).

0 comments on commit 2274539

Please sign in to comment.