Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EIPS/eip-7503.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description: Enable minting of secretly burnt Ethers as a native privacy solution for Ethereum
author: Keyvan Kambakhsh (@keyvank), Hamid Bateni (@irnb), Amir Kahoori <[email protected]>, Nobitex Labs <[email protected]>, 0xwormhole (@0xwormhole)
discussions-to: https://ethereum-magicians.org/t/eip-7503-zero-knowledge-wormholes-private-proof-of-burn-ppob/15456
status: Draft
status: Stagnant
type: Standards Track
category: Core
created: 2023-08-14
Expand Down Expand Up @@ -118,8 +118,8 @@
we only use plain EOA-to-EOA transfers. In order to have a "teleportation" mechanism we divide
the set of all Secp256k1 points $E(K)$ into two subsets/address-spaces:

- The spendable address-space: $\\{p \in \\{0,1\\}^{160} | \exists s : keccak(s \times G)=p \lor \exists c : keccak(c_{params})=p \\}$

Check failure on line 121 in EIPS/eip-7503.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Unordered list style [Expected: asterisk; Actual: dash]

EIPS/eip-7503.md:121:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]

Check failure on line 121 in EIPS/eip-7503.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Unordered list style [Expected: asterisk; Actual: dash]

EIPS/eip-7503.md:121:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- The unspendable address-space: $\\{p \in \\{0,1\\}^{160} | \nexists s : keccak(s \times G)=p \land \nexists c : keccak(c_{params})=p \\}$

Check failure on line 122 in EIPS/eip-7503.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Unordered list style [Expected: asterisk; Actual: dash]

EIPS/eip-7503.md:122:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]

Check failure on line 122 in EIPS/eip-7503.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Unordered list style [Expected: asterisk; Actual: dash]

EIPS/eip-7503.md:122:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]

The spendable/unspendable addresses are not distinguishable, so we can exploit this fact and define
a spendability rule for the money sent to addresses that can't be spent using regular elliptic-curve
Expand Down Expand Up @@ -170,7 +170,7 @@

[^1]:
```csl-json
{

Check failure on line 173 in EIPS/eip-7503.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Code block style [Expected: fenced; Actual: indented]

EIPS/eip-7503.md:173 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]

Check failure on line 173 in EIPS/eip-7503.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Code block style [Expected: fenced; Actual: indented]

EIPS/eip-7503.md:173 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
"type": "article",
"id": 1,
"author": [
Expand Down
Loading