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
|
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
|
af0fb2d028
|
Remove copyright notice from individual files
|
2019-02-22 11:07:19 +01:00 |
David Núñez
|
87b24a0083
|
Some type annotation improvements and other minor change requests
|
2018-10-11 21:01:21 +02: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 Núñez
|
4e331f3010
|
Rename pre.split_rekey to pre.generate_kfrags. Introduce changes in args
|
2018-10-06 19:00:34 +02:00 |
derekpierre
|
3e24198012
|
Set capsule correction keys before re-encryption in example
|
2018-08-21 11:35:40 -04:00 |
David Núñez
|
419f53e685
|
Update notebook with Umbral simple API
|
2018-07-29 23:23:17 +02:00 |
David Núñez
|
183012e499
|
Update update_simple_api example
|
2018-07-29 23:23:12 +02:00 |
tuxxy
|
d9caff48f8
|
Add license headers
|
2018-07-25 11:55:12 -06:00 |
David Nuñez
|
aee01091fd
|
Updated example
|
2018-04-25 12:02:35 +02:00 |
David Nuñez
|
560e986c44
|
Removed vkeys from examples
|
2018-02-26 15:44:17 +01:00 |
Tux
|
f1ed0a57e4
|
Actually use random shares in demo
|
2018-02-24 02:47:18 -07:00 |
Kieran Prasch
|
9c653cce9f
|
Moves example script to new docs/examples sub-directory.
|
2018-02-22 22:20:48 -08:00 |