This commit is contained in:
dzmitry.lahoda 2021-05-30 15:05:55 +03:00
parent 1a56e0204b
commit d4f2c9a403
3 changed files with 4 additions and 3 deletions

View File

@ -16,4 +16,4 @@ fluence = "0.6.9"
ethnum = "1.0.3" ethnum = "1.0.3"
[dev-dependencies] [dev-dependencies]
fluence-test = "0.1.9" fluence-test = "0.1.9"

View File

@ -1,3 +1,4 @@
{ {
"name" : "math" "name": "math",
"mem_page_count": 1
} }

View File

@ -1,7 +1,7 @@
//! ETH compatible u256 math. //! ETH compatible u256 math.
/* /*
* Copyright 2020 Fluence Labs Limited * Copyright 2021 Fluence Labs Limited
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.