From 928fd42517b6ffc41ffd96e2e06066f47762ad4d Mon Sep 17 00:00:00 2001 From: g11tech Date: Mon, 15 May 2023 15:53:18 +0530 Subject: [PATCH] fix typo Co-authored-by: Hsiao-Wei Wang --- specs/deneb/polynomial-commitments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/deneb/polynomial-commitments.md b/specs/deneb/polynomial-commitments.md index fb2d70237..fe5ae845a 100644 --- a/specs/deneb/polynomial-commitments.md +++ b/specs/deneb/polynomial-commitments.md @@ -77,7 +77,7 @@ Public functions MUST accept raw bytes as input and perform the required cryptog | `BYTES_PER_FIELD_ELEMENT` | `uint64(32)` | Bytes used to encode a BLS scalar field element | | `BYTES_PER_BLOB` | `uint64(BYTES_PER_FIELD_ELEMENT * FIELD_ELEMENTS_PER_BLOB)` | The number of bytes in a blob | | `G1_POINT_AT_INFINITY` | `Bytes48(b'\xc0' + b'\x00' * 47)` | Serialized form of the point at infinity on the G1 group | -| `KZG_ENDIANNESS` | `'big'` | The endianess of the field elements including blobs | +| `KZG_ENDIANNESS` | `'big'` | The endianness of the field elements including blobs | ## Preset