123456789101112131415161718192021222324252627 |
- #if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR)
- namespace Org.BouncyCastle.Crypto
- {
-
-
-
-
- public interface IBlockResult
- {
-
-
-
-
- byte[] Collect();
-
-
-
-
-
-
- int Collect(byte[] destination, int offset);
- }
- }
- #endif
|