项目作者: fecitpotentiam

项目描述 :
Classic crypto ciphers implementations
高级语言: Elixir
项目地址: git://github.com/fecitpotentiam/elixir_crypto.git
创建时间: 2020-12-20T10:24:29Z
项目社区:https://github.com/fecitpotentiam/elixir_crypto

开源协议:

下载


Crypto

Classic crypto ciphers implementations

  • Atbash
  • Caesar
  • CodeWord

Installation

If available in Hex, the package can be installed
by adding elixir_crypto to your list of dependencies in mix.exs:

  1. def deps do
  2. [
  3. {:elixir_crypto, "~> 0.1.0"}
  4. ]
  5. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/kv.