diff options
| author | leo <leo.reynaud17@gmail.com> | 2019-03-13 15:23:27 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-13 15:23:27 +0100 |
| commit | d7830279e9545b420e4cc0f4b810675df728e98f (patch) | |
| tree | efc1ff24636d1427171ce18d4ca231dd5ced441b /python/parameters_ii_256.py | |
| parent | 988fa098a026d57da624bf97b05167ae329b9f62 (diff) | |
| download | lilliput-ae-implem-d7830279e9545b420e4cc0f4b810675df728e98f.tar.xz | |
Ajout de l'implémentation Python
Diffstat (limited to 'python/parameters_ii_256.py')
| -rw-r--r-- | python/parameters_ii_256.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/parameters_ii_256.py b/python/parameters_ii_256.py new file mode 100644 index 0000000..159c78f --- /dev/null +++ b/python/parameters_ii_256.py @@ -0,0 +1,6 @@ +""" + Lilliput ae i 128 +""" +KEY_BITS = 256 +TWEAK_BITS = 128 +ROUNDS = 42 |
