TypeError: unable to find a common ring for all elements [closed]

asked 7 years ago

vijay gravatar image

import hashlib import binascii from sage.crypto.util import ascii_integer bin = BinaryStrings() k1 = hashlib.sha224(b"Nobody inspects the spammish repetition").hexdigest() k2 = hashlib.sha224(b"Nobody inspects").hexdigest() A = bin.encoding(k1) B = bin.encoding(k2) A = list(A) B = list(B) A = Matrix([[A],[B]])

Preview: (hide)

Closed for the following reason duplicate question by tmonteil
close date 2018-04-29 20:25:03.320660