X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=bifid-ciphers.ipynb;h=1a1fa9c53e78a5475e303fd4b3acf826f3040264;hb=6f90a3a1930b078597f2cc5091d977df5731bdbb;hp=ad0906d6536c56445c8653c288d5b8d684d12bb9;hpb=4e49d9a8c3379d16d1d721a14b072396568ecbcc;p=cipher-tools.git diff --git a/bifid-ciphers.ipynb b/bifid-ciphers.ipynb index ad0906d..1a1fa9c 100644 --- a/bifid-ciphers.ipynb +++ b/bifid-ciphers.ipynb @@ -619,6 +619,28 @@ "bifid_encipher(\"indiajelly\", 'iguana')" ] }, + { + "cell_type": "code", + "execution_count": 166, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "'ibidonhprm'" + ] + }, + "execution_count": 166, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "bifid_encipher(\"indiajelly\", 'iguana', period=0)" + ] + }, { "cell_type": "code", "execution_count": 140,