You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This EIP defines a migration process of [EIP-2718](./eip-2718.md) Recursive-Length Prefix (RLP) transactions to [Simple Serialize (SSZ)](https://github.com/ethereum/consensus-specs/blob/b5c3b619887c7850a8c1d3540b471092be73ad84/ssz/simple-serialize.md).
@@ -66,28 +62,45 @@ Transaction signatures are represented by their native, opaque representation, p
66
62
|`ExecutionSignature`|`ProgressiveByteList`|
67
63
|`ExecutionSignatureAlgorithm`|`uint8`|
68
64
65
+
#### Secp256k1
66
+
67
+
| Name | Value | Description |
68
+
| - | - | - |
69
+
|`SECP256K1_ALGORITHM`|`uint8(0xFF)`| Defined from [EIP-7932](./eip-7932.md)|
70
+
71
+
#### Verification
72
+
73
+
The `algorithm_registry` is defined from [EIP-7932](./eip-7932.md) along with the `calculate_penalty` and `pubkey_to_address` functions.
69
74
70
-
The `algorithm_registry`, `calculate_penalty` and `pubkey_to_address` objects are imported from [EIP-7932](./eip-7932.md):
ECDSA signatures are handled via the `secp256k1` (0xFF) algorithm of [EIP-7932](./eip-7932.md). All restrictions applied to algorithmic transaction by the `secp256k1` algorithm do not apply to any object specified in this document.
0 commit comments