Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename isSame to isEqual | MITSUNARI Shigeo | 2017-05-30 | 2 | -9/+9 |
* | simplify C# method | MITSUNARI Shigeo | 2017-05-09 | 2 | -198/+182 |
* | Revert "use unsafe fixed for Fr" | MITSUNARI Shigeo | 2017-05-07 | 3 | -53/+55 |
* | use unsafe fixed for Fr | MITSUNARI Shigeo | 2017-05-06 | 3 | -55/+53 |
* | simplify output of test | MITSUNARI Shigeo | 2017-03-23 | 1 | -47/+54 |
* | avoid size_t because it is depends on 32/64-bit architecture | MITSUNARI Shigeo | 2017-03-08 | 1 | -4/+4 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 2 | -59/+59 |
* | rename log file | MITSUNARI Shigeo | 2017-03-06 | 1 | -1/+1 |
* | split program.cs to bn256.cs and bn256_test.cs | MITSUNARI Shigeo | 2017-03-06 | 6 | -571/+636 |
* | add pairing test for C# | MITSUNARI Shigeo | 2017-03-06 | 1 | -0/+27 |
* | add test for isZero, isOne | MITSUNARI Shigeo | 2017-03-04 | 1 | -2/+4 |
* | add GT for C# | MITSUNARI Shigeo | 2017-03-04 | 1 | -9/+146 |
* | add imple of G2 and test for C# | MITSUNARI Shigeo | 2017-03-04 | 1 | -0/+91 |
* | add BN256_G1* functions for C# | MITSUNARI Shigeo | 2017-03-03 | 1 | -8/+126 |
* | import G1 functions | MITSUNARI Shigeo | 2017-03-02 | 1 | -8/+22 |
* | ffi for C#/Python(TBD) | MITSUNARI Shigeo | 2017-02-26 | 6 | -0/+377 |