Skip to content

Commit

Permalink
Fixed dictest in lblock_block_cipher
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharwan Tiwari authored and Sharwan Tiwari committed Jun 7, 2024
1 parent eb401eb commit 73254b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions claasp/ciphers/block_ciphers/lblock_block_cipher.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ class LBlockBlockCipher(Cipher):
EXAMPLES::
sage: from claasp.ciphers.block_ciphers.lblock_block_cipher import LBlockBlockCipher
sage: lblock = LBlockBlockCipher(number_of_rounds=3)
sage: lblock = LBlockBlockCipher(number_of_rounds=32)
sage: lblock.evaluate([0,0])
641582411206367315
13985955387709807565
"""

def __init__(self, number_of_rounds=32):
Expand Down

0 comments on commit 73254b9

Please sign in to comment.