mix feistel_cipher.install (feistel_cipher v0.2.0)
View SourceA 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 topublic
--seed
or-s
— Specify the seed for the Feistel cipher, should be less than 2^31, defaults to1076943109