Exemplo n.º 1
0
def export_verification_key(vk: ecdsa.VerifyingKey) -> str:
    return vk.to_der().hex()