lib/bicrypt.rb in bicrypt-1.1.0 vs lib/bicrypt.rb in bicrypt-1.1.1

- old
+ new

@@ -28,9 +28,11 @@ # * decrypt_block(block) # * block_size() # class BiCrypt + VERSION = '1.1.1' + ULONG = 0x100000000 # These are the S-boxes given in Applied Cryptography 2nd Ed., p. 333 SBOX = [ [4, 10, 9, 2, 13, 8, 0, 14, 6, 11, 1, 12, 7, 15, 5, 3],