py-libp2p/libp2p/crypto
Alex Stokes 87d943aa39
Internalize the protobuf serialization to the concept of a Key
Given its use across various components of `libp2p` (not just peer IDs),
it makes the abstraction cleaner to pull the serialization into the
key class and expose the canonical serialization to bytes.
2019-08-20 19:01:36 +02:00
..
pb Merge pull request #249 from ralexstokes/fix-mypy-protos 2019-08-15 16:15:26 -07:00
__init__.py Add abstraction for a cryptographic key 2019-08-14 09:00:39 -07:00
keys.py Internalize the protobuf serialization to the concept of a Key 2019-08-20 19:01:36 +02:00
rsa.py Make a KeyPair dataclass for passing around key pairs 2019-08-14 09:00:40 -07:00
secp256k1.py Fix isort 2019-08-16 11:03:16 +08:00