mlswg / mls-implementations

Coordination of implementation and interop specific details
113 stars 14 forks source link

Remove test vector functions from gRPC interface #109

Closed bifurcation closed 1 year ago

bifurcation commented 1 year ago

Instead of manually passing test vectors from one stack to another via gRPC, we have focused more recently on developing a single suite of test vectors for the protocol. This PR removes the test vector generate/verify RPCs from the gRPC interface and strips the relevant code from the mock clients and test runner.