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