Skip to content

Instantly share code, notes, and snippets.

@tpmccallum
Created February 17, 2018 04:58
Show Gist options
  • Select an option

  • Save tpmccallum/7ae14af9164627755238fd50c4fd8e42 to your computer and use it in GitHub Desktop.

Select an option

Save tpmccallum/7ae14af9164627755238fd50c4fd8e42 to your computer and use it in GitHub Desktop.
alice_decrypted_data = umbral.decrypt(umbral_capsule, alice_priv_key, alice_ciphertext, alice_pub_key)
print(alice_decrypted_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment