TGCrypto
Pure Crystal implementations of various Cryptography algorithms, made especially for use with Proton.
Installation
-
Add the dependency to your
shard.yml
:dependencies: tgcrypto: github: watzon/tgcrypto
-
Run
shards install
Usage
require "tgcrypto"
Roadmap
- AES256
- CBC256
- CTR256
- IGE256
- More?
Contributing
- Fork it (https://github.com/watzon/tgcrypto/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Chris Watson - creator and maintainer