I am trying to understand how the Noise implementation in this repo is tested, especially for interoperability with other implementations. Naively searching for tests in noise/ did not yield anything. Have there been any roundtrip tests with other implementations in the past? It's good to have multiple implementations available, but some assurance about interop would be great. References to test vectors of other implementations I know:
- cacophoy
- snow
- noise-protocol
- clatter
(There is some overlap in these, of course.)