TypeError: unable to find a common ring for all elements [closed]
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]])
Closed for the following reason
duplicate question by
tmonteil
close date 2018-04-29 20:25:03.320660
add a comment