669 B
669 B
Plug.Crypto
Crypto-related functionality for web applications, used by Plug.
Installation
You can use plug_crypto in your projects by adding it to your mix.exs
dependencies:
def deps do
[{:plug_crypto, "~> 1.0"}]
end
If you're using Plug, you can already use the functionality in plug_crypto since Plug depends on it.
License
plug_crypto source code is released under Apache 2 License. Check the LICENSE file for more information.