ohsorry

Results 6 issues of ohsorry

[https://github.com/bcgit/bc-csharp/blob/master/crypto/src/crypto/modes/GCMBlockCipher.cs](https://github.com/bcgit/bc-csharp/blob/master/crypto/src/crypto/modes/GCMBlockCipher.cs) ``` c# if (forEncryption) { if (nonce != null && Arrays.AreEqual(nonce, newNonce)) { if (keyParam == null) { throw new ArgumentException("cannot reuse nonce for GCM encryption"); } if (lastKey...

[https://docs.microsoft.com/en-us/dotnet/api/system.span-1?view=netcore-3.1](https://docs.microsoft.com/en-us/dotnet/api/system.span-1?view=netcore-3.1)

现在有个想法是世界暂停后持久化/序列化,将来再恢复。希望加上这个feature。 我看到有Dump方法声明了,什么时候继续?

I like your lib, can you please remove all those `obsolete` files ( and Surgar lib? what is that?)? and make as less code files as possible? so i may...

libuv now has file,signal,thread,process and some misc, so, libuv is not a simple cross-platform event lib for network programing? so many async api makes me a little confused now. will...