pyUmbral/tests
Bogdan Opanchuk 7abd5c09d0 Make SecretKey and SecretKeyFactory serializable via `to_secret_bytes()` instead of `bytes()` 2021-07-19 15:08:29 -07:00
..
metrics Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
__init__.py Clean slate 2021-03-18 11:53:52 -07:00
conftest.py Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
test_capsule.py Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
test_capsule_frag.py Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
test_compatibility.py Make SecretKey and SecretKeyFactory serializable via `to_secret_bytes()` instead of `bytes()` 2021-07-19 15:08:29 -07:00
test_curve.py Leave only secp256k1 as a supported curve 2021-05-26 22:13:43 -07:00
test_curve_point.py Remove Point.from_affine(), add a check for calling to_affine() on the identity point 2021-05-26 22:13:43 -07:00
test_curve_scalar.py Add tests 2021-03-28 12:51:45 -07:00
test_dem.py Get rid of GenericError 2021-06-06 22:51:07 -07:00
test_key_frag.py Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
test_keys.py Make SecretKey and SecretKeyFactory serializable via `to_secret_bytes()` instead of `bytes()` 2021-07-19 15:08:29 -07:00
test_pre.py Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
test_serializable.py Split Serializable into (De)Serializable 2021-06-03 14:34:37 -07:00
test_signing.py Replace PublicKey.from_secret_key() with SecretKey.public_key() 2021-06-13 13:28:14 -07:00
test_vectors.py Remove metadata support from reencrypt() 2021-06-01 23:55:48 -07:00