go-ethereum/crypto/bn256
Jeffrey Wilcke cdcf490127 core/vm: implemented bn256 mul and add pre compiled - EIP#197
core/vm, crypto/bn256: added bn256 curve and added precompile
core/vm: use crypto/bn256
crypto/bn256: exported P constant
core/vm, crypto/bn256: pairing pre-compile
core/vm: added pairing test
core, crypto, internal/ethapi, params: fixed tests
core/vm: fixed nil length input for pairing
2017-04-06 09:01:50 +02:00
..
bn256.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
bn256_test.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
constants.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
curve.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
example_test.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
gfp2.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
gfp6.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
gfp12.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
main_test.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
optate.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
twist.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00