Update expectedProofComputed values

This commit is contained in:
Justin Traglia 2023-01-09 16:26:00 -06:00
parent b60e116ec5
commit b404758368
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ public class BasicKzgTests
Assert.That(_ts, Is.Not.EqualTo(IntPtr.Zero));
}
[TestCase(0xff, -1, -1)]
[TestCase(0x73, -1, -1)]
[TestCase(0xff, 1, -1)]
[TestCase(0x73, 1, -1)]
[TestCase(0x72, 0, 0)]
[TestCase(0x00, 0, 0)]
public unsafe void Test_Computes_And_Verifies(byte highByteValue, int expectedProofComputed, int expectedProofVerified)