Skip to content

Commit

Permalink
Add reference to Crypto in Dart, fix the link to the Meeco platform
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Nov 30, 2023
1 parent eac3300 commit bfccb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
CryppoEx is a cryptographic library that enables you to encrypt and decrypt data.
CryppoEx combines very different ciphers under one simplified API, and a set of serialization formats.

CryppoEx is an Elixir port of [Cryppo in Ruby](https://github.com/Meeco/cryppo)
and [Cryppo-js](https://github.com/Meeco/cryppo-js) used for [the Meeco platform](https://dev.meeco.me/).
CryppoEx is an Elixir port of [Cryppo in Ruby](https://github.com/Meeco/cryppo), [Cryppo in Dart](https://pub.dev/packages/cryppo),
and [Cryppo-js](https://github.com/Meeco/cryppo-js) used for [the Meeco platform](https://www.meeco.me/platform).

CryppoEx uses Erlang modules [crypto](https://erlang.org/doc/man/crypto.html)
and [public_key](https://erlang.org/doc/man/public_key.html) under the hood.
Expand Down

0 comments on commit bfccb7e

Please sign in to comment.