Open dustinb opened 2 years ago
I was looking at implementing a curve type security mechanism. Not bad is a made up security. I struggled with this because the frame size is calculated before Encrypt is called.
I should clean this PR up and possibly implement curve and see if I run into the same issue
Found that encrypting the body before the headers and size are calculated makes implementing an alternate security much easier.