Alex
Alex
Added elligator implementation and tests
Hi there and thanks for a good translation of nacl code to c#. I've implemented [Elligator](http://elligator.cr.yp.to) transformation in c# based on your code and added some tests, though self-testing can...
This is a very fast and stable IoC and we would be happy to see it supported https://github.com/seesharper/LightInject
Hi! It would be nice to be able to use libsodium primitives as they are much faster (authenticated encryption is many times faster than HMAC-SHAXX and XSalsa20 is faster than...
## 🐛 Bug Report Hey, I'm trying to sign an arbitrary string (byte array) outside VM (in SDK) and validate it inside Aleo transition but it always fails. ## Steps...
If I join a group chat I'm unable to call anyone, that's because of establishing a new toxGroup call right after I join a group. Maybe it will be better...
Not sure if you care, but if you compile the circuit with the latest circom it gives a ton of warnings about missing constraints ``` warning[CA02]: In template "AES256Encrypt()": Subcomponent...
```cs public class EncryptedString { private string _str= "Encrypted"; [Column(Storage = "_str")] public string Str { get { return "Decrypted"; } set { _str = "Encrypted"; } } } ```...