ethers-rs/ethers-contract/ethers-contract-abigen/src
Georgios Konstantopoulos c65497543e
feat: convert signing to k256 (#72)
* feat: convert signing to k256

* fix: pass pre-hashed message to sig verification

* feat: wrap the hash to a Digest implementation

* refactor: cleanup and move digest impl to separate file

* chore: adjust abigen tests due to rust update

* test: add byte equality test between ethers-rs / web3.js signatures

* fix(keys): use 512 blocks for sha256

Co-authored-by: Rohit Narurkar <rohit.narurkar@protonmail.com>
Co-authored-by: Alex Vlasov <alex.m.vlasov@gmail.com>
2020-10-01 11:02:21 +03:00
..
contract feat: convert signing to k256 (#72) 2020-10-01 11:02:21 +03:00
test refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
contract.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
lib.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
rustfmt.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
source.rs abigen: simplify structs and re-enable file/remote codegen 2020-06-03 23:09:46 +03:00
util.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00