pyUmbral/umbral
Bogdan Opanchuk 7c3573278c Add type hints 2021-06-13 13:28:14 -07:00
..
__about__.py Style fixes + pylint config 2021-05-26 22:13:43 -07:00
__init__.py Get rid of GenericError 2021-06-06 22:51:07 -07:00
capsule.py Get rid of GenericError 2021-06-06 22:51:07 -07:00
capsule_frag.py Relax type bounds a little 2021-06-03 15:28:48 -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 Relax type bounds a little 2021-06-03 15:28:48 -07:00
keys.py Add type hints 2021-06-13 13:28:14 -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 Fix key names in encrypt/decrypt_original/decrypt_reencrypted 2021-06-02 19:06:32 -07:00
serializable.py Add docstrings to serialization mixins 2021-06-03 15:29:22 -07:00
signing.py Split Serializable into (De)Serializable 2021-06-03 14:34:37 -07:00