ethers-rs/ethers-contract
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
..
ethers-contract-abigen feat: convert signing to k256 (#72) 2020-10-01 11:02:21 +03:00
ethers-contract-derive docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
src feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
tests feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
Cargo.toml feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00