nabulke

Results 1 issues of nabulke

I wrote a small unit test to encrypt and decrypt a message with **PublicKeyBox.Create()** and **PublicKeyBox.Open()**. Both Assertions pass. ``` var alice = PublicKeyBox.GenerateKeyPair(); var bob = PublicKeyBox.GenerateKeyPair(); var nonce...