derecalliance / cryptography

cryptography primitives (secret sharing, secure channel) for implementing the DeRec protocol
Apache License 2.0
4 stars 0 forks source link

Crypto library should not use irrelevant protobufs #20

Closed diptimahamuni closed 1 month ago

diptimahamuni commented 1 month ago

This repo includes protobufs defined for the rest of the DeRec protocol. The cryptography library should not include these irrelevant protobufs from the protobufs repo. Including these causes problems in DeRec library implementations because the same protobufs are used in the DeRec library.