8323c931b59bc142c45ac75097963f parent 9a83b46578df149160b1da057656d2f0cfcbb5b6 author David Howells 1347545841 +0100 committer Rusty Russell 1349666412 +1030 KEYS: Implement asymmetric key type Create a key type that can be used to represent an asymmetric key type for use in appropriate cryptographic operations, such as encryption, decryption, signature generation and signature verification. The key type is "asymmetric" and can provide access to a variety of cryptographic algorithms. Possibly, this would be better as "public_key" - but that has the disadvantage that "public key" is an overloaded term. Signed-off-by: David Howells Signed-off-by: Rusty Russell 5'