Skip to content

Commit

Permalink
Remove formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 12, 2024
1 parent a4d1652 commit 9b9f88b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/primitive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@ KZGCommitment:
type: string
format: hex
pattern: "^0x[a-fA-F0-9]{96}$"
description: 'A G1 curve point. Same as BLS standard "is valid pubkey" check but also allows `0x00..00` for point-at-infinity'
description: "A G1 curve point. Same as BLS standard \"is valid pubkey\" check but also allows `0x00..00` for point-at-infinity"
example: "0x93247f2209abcacf57b75a51dafae777f9dd38bc7053d1af526f220a7489a6d3a2753e5f3e8b1cfe39b56f43611df74a"

KZGProof:
type: string
format: hex
pattern: "^0x[a-fA-F0-9]{96}$"
description: "A G1 curve point. Used for verifying that the `KZGCommitment` for a given `Blob` is correct."

0 comments on commit 9b9f88b

Please sign in to comment.