https://www.tribunalconstitucional.pt/tc/file/Relatorio_PR2021_AndreVentura_vf.pdf?src=1&mid=8303&bid=7012
import hashlib def msg_to_int(msg: str): return int(hashlib.sha256(msg.encode()).hexdigest(), 16) P_recovered = k_inv * C m_recovered ...