ethereum / aleth

Aleth – Ethereum C++ client, tools and libraries
GNU General Public License v3.0
3.96k stars 2.17k forks source link

Signature verification #5596

Open jkcolins opened 5 years ago

jkcolins commented 5 years ago

Where aleth verifies signatures? https://github.com/ethereum/aleth/blob/master/libdevcrypto/Common.cpp#L312 is called only once when working on ENR at the start.

gumb0 commented 5 years ago

If you mean transaction signatures, take a look at TransactionBase::TransactionBase(bytesConstRef _rlpData, CheckTransaction _checkSig)