openethereum/util/bigint
Arkadiy Paronyan bb311e838b [beta] Byzantium updates (#6529)
* fix modexp bug: return 0 if base=0 (#6424)

* Running state test using parity-evm (#6355)

* Initial version of state tests.

* Refactor state to support tracing.

* Unify TransactResult.

* Add test.

* Byzantium updates
2017-09-16 12:21:35 +02:00
..
src bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
Cargo.toml [beta] Byzantium updates (#6529) 2017-09-16 12:21:35 +02:00
LICENSE-APACHE2 relicense ethcore-bigint 2017-05-11 15:34:35 +02:00
license-header relicense ethcore-bigint 2017-05-11 15:34:35 +02:00
LICENSE-MIT relicense ethcore-bigint 2017-05-11 15:34:35 +02:00
README.md relicense ethcore-bigint 2017-05-11 15:34:35 +02:00

Bigint

Big numbers and hashes

License

Unlike most parts of Parity, which fall under the GPLv3, this package is dual-licensed under MIT/Apache2 at the user's choice. Find the associated license files in this directory as LICENSE-MIT and LICENSE-APACHE2 respectively.