We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1328df9 commit ec01d6bCopy full SHA for ec01d6b
Src/Autarkysoft.Bitcoin/Cryptography/EllipticCurve/UInt256_10x26.cs
@@ -262,7 +262,7 @@ public static UInt256_10x26 GetBounds(uint m)
262
/// <summary>
263
/// Only works in DEBUG
264
/// </summary>
265
- private void Verify()
+ internal void Verify()
266
{
267
VerifyMagnitude(magnitude, 32);
268
if (isNormalized)
@@ -295,7 +295,7 @@ private void Verify()
295
}
296
297
298
- private static void VerifyMagnitude(int magnitude, int max)
+ internal static void VerifyMagnitude(int magnitude, int max)
299
300
Debug.Assert(max >= 0);
301
Debug.Assert(max <= 32);
0 commit comments