pyUmbral/umbral
jMyles ef9635d3bb Rewriting `_verify_correctness` as a method on `CapsuleFrag`. 2018-05-05 19:03:16 -07:00
..
__init__.py Create umbral package 2017-12-23 13:17:40 -07:00
config.py SECP256K! is now default if set_default_config() is run without argument. Also, the curve is returned. 2018-02-09 20:57:17 -08:00
curvebn.py Merge pull request #138 from cygnusv/constant_time_hash_to_bn 2018-05-05 11:23:11 +02:00
dem.py Reintroducing... PRE.decrypt! 2018-01-30 23:19:22 -08:00
fragments.py Rewriting `_verify_correctness` as a method on `CapsuleFrag`. 2018-05-05 19:03:16 -07:00
keys.py Cache pubkey on UmbralPrivateKey for #121 2018-05-01 17:58:17 -06:00
openssl.py Move try/finally outside of with; is_consttime -> set_consttime_flag; Make docstrings more clear 2018-05-01 18:14:25 -06:00
params.py Removed Point.get_order_from_curve 2018-04-30 03:33:56 +02:00
point.py Include y-byte in Point.get_size 2018-05-01 17:58:17 -06:00
pre.py Remove __hash__ on CurveBN and make Capsule._attached_cfrags a list 2018-05-01 17:58:17 -06:00
utils.py Use better method for determining keysize in bytes (thanks @cygnusv) 2018-05-01 17:58:17 -06:00