encrypt using chacha
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-09-07 21:24:58 +02:00
parent 0ba80e7314
commit 141f048d13
5 changed files with 144 additions and 30 deletions

View File

@@ -18,3 +18,6 @@ byteorder = "1.3.2"
chrono = "0.4.9"
sequoia-openpgp = "0.9.0"
lazy_static = "1.4.0"
c2-chacha = "0.2.2"
sha2 = "0.8.0"
hex = "0.3.2"