aboutsummaryrefslogtreecommitdiffstats
path: root/ffi
Commit message (Expand)AuthorAgeFilesLines
* rename isSame to isEqualMITSUNARI Shigeo2017-05-302-9/+9
* simplify C# methodMITSUNARI Shigeo2017-05-092-198/+182
* Revert "use unsafe fixed for Fr"MITSUNARI Shigeo2017-05-073-53/+55
* use unsafe fixed for FrMITSUNARI Shigeo2017-05-063-55/+53
* simplify output of testMITSUNARI Shigeo2017-03-231-47/+54
* avoid size_t because it is depends on 32/64-bit architectureMITSUNARI Shigeo2017-03-081-4/+4
* rename shared library from _if to _dyMITSUNARI Shigeo2017-03-072-59/+59
* rename log fileMITSUNARI Shigeo2017-03-061-1/+1
* split program.cs to bn256.cs and bn256_test.csMITSUNARI Shigeo2017-03-066-571/+636
* add pairing test for C#MITSUNARI Shigeo2017-03-061-0/+27
* add test for isZero, isOneMITSUNARI Shigeo2017-03-041-2/+4
* add GT for C#MITSUNARI Shigeo2017-03-041-9/+146
* add imple of G2 and test for C#MITSUNARI Shigeo2017-03-041-0/+91
* add BN256_G1* functions for C#MITSUNARI Shigeo2017-03-031-8/+126
* import G1 functionsMITSUNARI Shigeo2017-03-021-8/+22
* ffi for C#/Python(TBD)MITSUNARI Shigeo2017-02-266-0/+377