mix feistel_cipher.install (feistel_cipher v0.2.0)

View Source

A Ecto migration for Feistel cipher

Example

mix feistel_cipher.install
  • --repo or -r — Specify an Ecto repo for FeistelCipher to use.
  • --prefix or -p — Specify a prefix for the FeistelCipher schema, defaults to public
  • --seed or -s — Specify the seed for the Feistel cipher, should be less than 2^31, defaults to 1076943109