coniks-sys / coniks-java

A CONIKS implementation in Java
http://coniks.org
Other
60 stars 13 forks source link

Move protos to separate repo? #41

Open masomel opened 8 years ago

masomel commented 8 years ago

Maintaining the protobufs in a separate repo would make it easier to ensure that both CONIKS implementations use compatible protobuf messages. Any changes to the protobufs could then be easily propagated to both implementations. This repo would contain the compiled protobufs for each supported language, which can then be imported by each implementation.

vqhuy commented 8 years ago

Yeah, I think so, too. I also think that we can adopt protobufs into our storage backend hook. It would replace the Deserialize and Serialize problem we're facing.

masomel commented 8 years ago

That's an interesting point, this is definitely something we should consider.