I noticed that Yojimbo (C++) uses mbed tls for encryption, but there wasn't a port to .NET, so you guys couldn't use it. What are your recommendations for how to implement encryption the right way?
I did also notice a matcher written in Golang, and while I love Golang, I'd rather not have to create a system traversing two different stacks. Not to mention, the Golang code for encryption is very difficult to read.
I was looking at using Bouncy Castle, but first wanted to check here.
Thanks in advance for your time.