Skip to content

Commit b03216b

Browse files
authored
removed esdsa generator in transactions reference
1 parent 737861d commit b03216b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/Starknet/modules/resources/pages/transactions-reference.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,6 @@ Where:
396396

397397
While Starknet does not have a specific signature scheme built into the protocol, the Cairo language, in which smart contracts are written, does have an efficient implementation for ECDSA signature with respect to a STARK-friendly curve. For more information, see xref:architecture-and-concepts:cryptography.adoc[].
398398

399-
The generator used in the ECDSA algorithm is stem:[G=\left(g_x, g_y\right)] where:
400-
401-
stem:[g_x=874739451078007766457464989774322083649278607533249481151382481072868806602] stem:[g_y=152666792071518830868575557812948353041420400780739481342941381225525861407]
402-
403399
=== Chain ID
404400

405401
Chain IDs are given as numbers, representing the ASCII encoding of specific constant strings, as illustrated by the following Python snippet:
@@ -412,4 +408,4 @@ chain_id = int.from_bytes(value, byteorder="big", signed=False)
412408
The following constants are currently used. They correspond to the chain IDs that Starknet currently supports:
413409

414410
* `SN_MAIN` for Starknet's main network.
415-
* `SN_SEPOLIA` for Starknet's public testnet on Sepolia.
411+
* `SN_SEPOLIA` for Starknet's public testnet on Sepolia.

0 commit comments

Comments
 (0)