Skip to content

Commit

Permalink
Add reference to Crypto in Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Nov 30, 2023
1 parent eac3300 commit 864f559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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)
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://dev.meeco.me/).

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

0 comments on commit 864f559

Please sign in to comment.