Commit Graph

18 Commits (master)

Author SHA1 Message Date
Bogdan Opanchuk edb9130d97 Rename `num_kfrags` to `shares`
to keep up with the terminology change in `nucypher`
2021-09-12 14:52:30 -07:00
Bogdan Opanchuk 104d1a4c20 Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
Bogdan Opanchuk 42b287705d Get rid of GenericError
In all cases where it is used it is just ValueError
2021-06-06 22:51:07 -07:00
Bogdan Opanchuk 16def46564 Fix key names in encrypt/decrypt_original/decrypt_reencrypted 2021-06-02 19:06:32 -07:00
Bogdan Opanchuk 84883b85da Enforce CapsuleFrag verification before decryption 2021-05-26 22:13:43 -07:00
Bogdan Opanchuk 54b9ee088b Change the order of parameters in CapsuleFrag.verify() to match that of KeyFrag.verify() 2021-05-26 22:13:43 -07:00
Bogdan Opanchuk 81868848c9 Use signer instead of signer_sk in generate_kfrags() and rename signing_pk to verifying_pk 2021-05-26 22:13:43 -07:00
Bogdan Opanchuk a08a552708 Replace `dem.ErrorInvalidTag` and `Capsule.NotValid` with `GenericError`. 2021-03-28 12:51:46 -07:00
Bogdan Opanchuk ee7d31bda0 RFC for docs 2021-03-28 12:51:45 -07:00
Bogdan Opanchuk bcb0071f9e Update docs 2021-03-28 12:51:45 -07:00
David Núñez 7568fff780 Raise UmbralDecryptionError instead of cryptography.exception.InvalidTag 2019-03-27 16:31:39 +01:00
David Núñez 6ebe4bd298 Updating README, scripts and notebook to latest changes in the API 2018-10-06 22:28:07 +02:00
David Nuñez 64594b4831 Set correctness keys in capsule prior re-encryption in all tests, docs, and scripts 2018-08-03 22:53:06 -05:00
David Nuñez 9035ca1202 Change tabs to spaces in pyumbral notebook 2018-08-03 17:13:38 -05:00
David Núñez 419f53e685 Update notebook with Umbral simple API 2018-07-29 23:23:17 +02:00
tuxxy a9236f0b93 Update python notebook example 2018-07-09 11:12:04 -06:00
Kieran Prasch 81e0737abc Cleanup Simple API Notebook; Remove PKE Notebook. 2018-02-16 16:52:16 -08:00
Kieran R Prasch e146380cc8 Initial sphinx project tree and build commands; Includes example jupyter notebooks. 2018-02-16 16:52:16 -08:00