Implementation of a AES
service providing 2 functions: ::encrypt
and ::decrypt
ZIO implementation of https://gist.github.com/guizmaii/6b5d3666081960639c3df0a24e17e2fd
In order to use this library, we need to add the following line in our build.sbt
file:
libraryDependencies += "com.guizmaii" %% "zio-aes" % "<version>"
Learn more on the zio-aes homepage!
For the general guidelines, see ZIO contributor's guide.
See the Code of Conduct
Copyright 2023-2023 Jules Ivanic and the zio-aes contributors.