mix feistel_cipher.install (feistel_cipher v0.1.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
  • --xor or -x — Specify the XOR parameter for the Feistel cipher, should be less than 2^31, defaults to 1076943109
  • --mul or -m — Specify the MUL parameter for the Feistel cipher, should be less than 2^31, defaults to 1552717019