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

asked 2018-04-29 15:58:29 +0200

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]])

edit retag flag offensive reopen merge delete

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