Closed Ivshti closed 3 years ago
Implements EIP1271: https://eips.ethereum.org/EIPS/eip-1271
Note: that EIP was recently changed to use bytes32 for the hash instead of bytes, which makes the sig verification much simpler. Old implementations still use bytes and as such, they're not compatible
Implements EIP1271: https://eips.ethereum.org/EIPS/eip-1271
Note: that EIP was recently changed to use bytes32 for the hash instead of bytes, which makes the sig verification much simpler. Old implementations still use bytes and as such, they're not compatible