From d9b9ca8812280532a7a90e164da2b881d37466cd Mon Sep 17 00:00:00 2001 From: Nathan Ginnever Date: Fri, 12 Feb 2016 19:45:50 -0800 Subject: [PATCH] Delete crypto.proto --- src/crypto.proto | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/crypto.proto diff --git a/src/crypto.proto b/src/crypto.proto deleted file mode 100644 index 76bc53c..0000000 --- a/src/crypto.proto +++ /dev/null @@ -1,15 +0,0 @@ -package crypto.pb; - -enum KeyType { - RSA = 0; -} - -message PublicKey { - required KeyType Type = 1; - required bytes Data = 2; -} - -message PrivateKey { - required KeyType Type = 1; - required bytes Data = 2; -} \ No newline at end of file