mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-06-29 14:11:37 +00:00
Delete crypto.proto
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user