Check in unchecked-in common library fixes, start implementing transports.

Since I turned out to be implementing parts of Noise which I did not need to implement, I'm taking a different approach, and doing an unmodified Noise transport first and then making our modifications to it. That should reduce what I need to do to message pre-processing mostly, I think.
This commit is contained in:
idk
2022-07-11 23:41:58 -04:00
parent 8bd30d1e23
commit 0ec4f55fa9
55 changed files with 1145 additions and 257 deletions

View File

@ -1,4 +1,4 @@
package common
package data
import (
"testing"