pyUmbral/umbral
Bogdan Opanchuk b2abccafa6 Bump version: 0.2.0 → 0.3.0 2021-09-15 12:50:51 -07:00
..
__about__.py Bump version: 0.2.0 → 0.3.0 2021-09-15 12:50:51 -07:00
__init__.py Get rid of GenericError 2021-06-06 22:51:07 -07:00
capsule.py Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
capsule_frag.py Add `VerifiedCapsuleFrag.from_verified_bytes()` 2021-07-19 15:08:30 -07:00
curve.py Leave only secp256k1 as a supported curve 2021-05-26 22:13:43 -07:00
curve_point.py Split Serializable into (De)Serializable 2021-06-03 14:34:37 -07:00
curve_scalar.py Split Serializable into (De)Serializable 2021-06-03 14:34:37 -07:00
dem.py Get rid of GenericError 2021-06-06 22:51:07 -07:00
errors.py Get rid of GenericError 2021-06-06 22:51:07 -07:00
hashing.py Expose serialized sizes of objects and overhaul Serializable accordingly 2021-06-03 11:29:55 -07:00
key_frag.py Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
keys.py Rename secret_key_by_label()/secret_factory_by_label() -> make_key()/make_factory() 2021-09-14 22:56:59 -07:00
openssl.py Remove Point.from_affine(), add a check for calling to_affine() on the identity point 2021-05-26 22:13:43 -07:00
params.py Working secret & public keys 2021-03-28 12:51:45 -07:00
pre.py Rename `num_kfrags` to `shares` 2021-09-12 14:52:30 -07:00
serializable.py Make SecretKey and SecretKeyFactory serializable via `to_secret_bytes()` instead of `bytes()` 2021-07-19 15:08:29 -07:00
signing.py Rename remaining instances of `verifying_key` -> `verifying_pk` 2021-09-14 22:58:40 -07:00