pyUmbral/umbral
Kieran Prasch a4f3a47732 Bump version: 0.1.0-alpha.0 → 0.1.0-alpha.1 2018-08-21 13:03:56 -07:00
..
__about__.py Bump version: 0.1.0-alpha.0 → 0.1.0-alpha.1 2018-08-21 13:03:56 -07:00
__init__.py Add required packaging metadata: pass setup.py check 2018-08-20 15:25:24 -07:00
_pre.py Add license headers 2018-07-25 11:55:12 -06:00
config.py Add license headers 2018-07-25 11:55:12 -06:00
curve.py Fix incorrect type annotations in pre.Capsule and Curve 2018-08-15 22:33:54 -05:00
curvebn.py Change CurveBN.expected_bytes_length to use the curve group order size 2018-08-06 20:29:04 -05:00
dem.py Add license headers 2018-07-25 11:55:12 -06:00
fragments.py New method KFrag.verify_for_capsule. Takes correctness keys from capsule 2018-08-03 22:24:21 -05:00
keys.py Remove UmbralPublicKey.get_pubkey method 2018-08-04 11:25:58 -05:00
openssl.py Use number of bytes returned by BN_bn2bin as ffi.buffer size 2018-08-06 20:29:04 -05:00
params.py Add license headers 2018-07-25 11:55:12 -06:00
point.py Remove unused call to get_affine_coords in Point.to_bytes 2018-08-06 20:29:04 -05:00
pre.py Fix incorrect type annotations in pre.Capsule and Curve 2018-08-15 22:33:54 -05:00
signing.py Expected length of signature depends on its group order, not field order 2018-08-15 22:34:21 -05:00
utils.py Add license headers 2018-07-25 11:55:12 -06:00