Skip to content
Open
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-8030.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# This is defined in [P256Verify Function](#p256verify-function)
assert(P256Verify(payload_hash, r, s, x, y) == Bytes("0x0000000000000000000000000000000000000000000000000000000000000001"))

return x.to_bytes(32, "big") + y.to_bytes(32, "big")
return x + y
```


Expand All @@ -71,7 +71,7 @@
## Security Considerations

Needs discussion.
<!-- TODO -->

Check warning on line 74 in EIPS/eip-8030.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

HTML comments are only allowed while `status` is one of: `Draft`, `Withdrawn`

warning[markdown-html-comments]: HTML comments are only allowed while `status` is one of: `Draft`, `Withdrawn` --> EIPS/eip-8030.md | 74 | <!-- TODO --> | = help: see https://ethereum.github.io/eipw/markdown-html-comments/

Check warning on line 74 in EIPS/eip-8030.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

HTML comments are only allowed while `status` is one of: `Draft`, `Withdrawn`

warning[markdown-html-comments]: HTML comments are only allowed while `status` is one of: `Draft`, `Withdrawn` --> EIPS/eip-8030.md | 74 | <!-- TODO --> | = help: see https://ethereum.github.io/eipw/markdown-html-comments/

## Copyright

Expand Down
Loading